All versions
3.5.6
Release
Butchery 3.5.6last year 27.2K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Added:
- Added ability to drink blood bottles
Fixes:
- Fixed blood grates not filling up when set to other mods blood
- Fixed sausages being able to make sausages in the grinder
- Fixed being unable to craft sausages in the grinder with vanilla pork
Changes:
- Disabled invisibility when wearing disguises
- Changed brine solution recipe from crafting table to holding ingredients in main and off-hand and right clicking. (Hold a bucket of water in one hand and salt in the other, then right click.)
Optional dependencies
Any compatible version
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:3Lle7eWb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6YfOmC9t:3Lle7eWb"
}

