All versions
5.1
Release
Butchery 5.12 months ago 7,424
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
Added:
- Added composting for rotten organs
- Added butchery:compostable tag to allow adding items to the compostable list.
- Chinese localization (Thanks to Sixbpm)
- Added config option to change the chance of receiving an intact wishbone from a chicken carcass
Fixes:
- Fixed burnt pig carcass appearing on spit roast after removing a cook carcass
- Fixed cooked lungs name
- Fixed farmers delight compat
Changes:
- Re-worked ender dragon carcass.
- Set boss carcasses hardness to 25 - Note: breaking boss carcasses drops some of their loot but not as much as butchering them.
- Increased dragon armour stats
- Changed dragon trimmed headmount name
- Changed warden trimmed headmount name
- Re-enabled wishbone with new random events
- Changed rabbit blood amount when bleeding
- Increased butchers house structure chunk distribution
- Re-worked Enderman carcass
- Enderman carcasses now have a 60% (vanilla = 50%) chance of dropping their heart to obtain a pearl
- Increased wishbone and magic wishbone use duration
- Changed sponge recipe yield to 1
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:6YfOmC9t:FzaHuOQq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6YfOmC9t:FzaHuOQq"
}

