All versions
1.3.2
Release
bbyj's Pet Bunny 1.3.23 months ago 94
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
Pet Bunny 1.3.2 Changelog
Compared with 1.3.1
Added
- Added bunny fur items.
- Bunnies can naturally shed fur after a cooldown.
- Players can shear bunnies with shears after enough cooldown time has passed.
- Shearing resets the bunny's next natural shedding cooldown.
- Added Serene Seasons support for bunny fur shedding speed:
- Faster shedding in summer.
- Slower shedding in winter.
- Added crafting recipe: any 3 bunny fur items in a horizontal line can be crafted into 1 String.
- Added bunny poop.
- Bunny poop can be placed on the ground.
- Bunny poop can be broken and collected.
- Bunny poop can be used as a bonemeal-like item.
- Sneak + right-click places bunny poop instead of using it as fertilizer.
- Bunny poop can be placed into a composter.
- Added bunny urine.
- Bunny urine can be collected with a glass bottle.
- Bottled bunny urine can be poured back onto the ground.
- Bottled bunny urine can be placed into a composter and returns an empty bottle.
- Drinking bottled bunny urine gives Nausea for 10 seconds.
Changed
- Reworked bunny textures and model for a cleaner look.
- Adjusted Pet Bunny spawn probabilities.
- Bunny urine and bunny poop are controlled by the same urine feature toggle.
- Bunny urine and bunny poop are disabled by default.
- Use
/petrabbit urine trueto enable them. - Use
/petrabbit urine falseto disable them.
Fixed
- Fixed flickering / Z-fighting issues on the bunny model.
- Optimized bunny jumping animation and animation frame smoothness.
- Improved one-block step handling for pet bunnies.
- Fixed cases where bunnies could fail to climb small terrain edges while free-roaming.
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:o7h5jZ8q:qD84b75a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o7h5jZ8q:qD84b75a"
}

