Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 9 months ago
All versions
1.0.5
Release
ButterBee 1.0.53 months ago 3,910
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Fabric
NeoForge
Supported environments
Client and server
Changes
ButterBee 1.0.5 for 26.1
- Added baby textures for all variants
- Slightly altered the textures of Field and Grove pigs
- Added a new chicken sound variant: Rowdy
- Sounds are taken from spin-off games (Earth, Dungeons, Legends)
- Can rarely make a "cock-a-doodle-doo" sound
- Altered a few adult chicken variant sounds
- The classic chicken's hurt and death sounds are now slightly more distinct from each other
- The picky chicken's hurt and death sounds are tweaked to sound a little bit more painful
Report ButterBee issues here
Optional dependencies
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:91Xzenxx:VEbi4Xgc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:91Xzenxx:VEbi4Xgc"
}


