Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 9 months ago
All versions
2.2
Release
2.24 months ago 153
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Data Pack
Changes
Changes:
- Leather Armor, Leather Horse Armor & Saddles can now be crafted to 2 Leather
- Added Stonecutter recipe to craft Cobblestone out of Stone
- Removed Silverfish being Frog food (Now part of Nice Mob Variants)
- Removed custom Name Tag recipe
- Added Biome Brews as possible Trade for Clerics (Level 5)
- Added Boiled Eggs as possible Trade for Farmers (Level 1)
- Added Apple & Chorus Pies as possible Trade for Farmers (Level 2)
- Added Cheese & Sweet Berry Cookies as possible Trade for Farmers (Level 3)
- Added Golden Beetroots, Chrous Fruits, Potatoes & Sweet Berries as possible Trade for Farmers (Level 5)
- Added Invisible Item Frames as possible Trade for Cartographers (Level 4)
- Added Acacia, Birch, Cherry, Dark Oak, Jungle, Mangrove, Oak, Pale Oak & Spruce Logs as possible Trade for Fletchers (Level 1)
- Added "Baby" textures for Armadillo Chestplate
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:v2MHzPlD:8PxbHiIF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v2MHzPlD:8PxbHiIF"
}

