Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 7 months ago
All versions
1.6
Release
v1.611 months ago 490
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
Data Pack
Changes

Additions:
- Added a Copper Horse Armor crafting recipe (same shape as other Horse Armor recipes; unlocked when picking up a Copper Ingot);
- Added new Soul/Copper Torch crafting recipes (1 Torch Surrounded by 4 Soul Sand/Soil or Copper Nuggets; grouped & unlocked simultaneously with vanilla recipes);
- Added (new Waxed) Copper Golem Statue crafting recipes (Carved Pumpkin/Jack o'Lantern on top of a Copper Block; new Waxed Copper Golem Statue recipes are grouped with the vanilla ones; unlocked when picking up the matching Copper blocks);
- Added new Soul Campfire/Lantern crafting recipes (1 Soul Sand/Soil with 1 Lantern/Campfire; grouped & unlocked simultaneously with vanilla recipes).
Changes:
- Updated to 1.21.9;
- Changed the Copper/Iron Chain recipes (they now use 5 Nuggets instead of 1 Ingot and 2 Nuggets; no longer unlocked when picking up a Copper/Iron Ingot);
- Removed the altered Copper Trapdoor recipe since it's now in vanilla;
- Changed the Saddle recipe (it's now 3 Leather, 2 String below and 2 Iron Nuggets below the String);
- Improved the data pack description (all text from the 'pack.mcmeta' file should be displayed fully now).
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:yfCkCdhj:iboBi3Oo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yfCkCdhj:iboBi3Oo"
}

