All versions
5.2
Release
Butchery 5.2last month 2,863
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
Initial Release of 26.1.2 - This version has not been fully tested so you may encounter some bugs.
Added:
- Added ability for bows, crossbows and tridents to use butcher enchant
- Added butchery:enchantable/weapon tag - Add tags here if you want other weapons to be able to use the enchant. Though most if not all should work already.
Fixes:
- Fixed enderman carcass drops when broken
- Fixed rotten organs not being put into composters via hoppers
- Fixed eyes and brains dropping with organ option disabled
- Fixed vanilla heads not being ground up in the meat grinder
Changes:
- Removed composting tag
- Changed how rotten organs are composted
- Removed butchers apron durability
- Changed butchers apron enchantability to 0
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:e9P82uFz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6YfOmC9t:e9P82uFz"
}

