1.3.1
Compatibility
Required content
Changes
Pet Bunny 1.3.1 Changelog
Compared with 1.3.0
Added
- Added predator protection for tamed bunnies.
- Wild or tamed wolves, cats, and ocelots will no longer actively attack tamed bunnies by default.
- Added commands to control predator protection globally or per bunny.
Changed
- Improved bunny jump animation transitions and increased overall animation smoothness.
- Increased pet bunny spawn weights.
- Increased wild bunny flee speed when hostile mobs or predators are nearby.
- Updated bunny model and some textures.
- Improved bunny pathfinding and stuck recovery.
Fixed
- Fixed carrot/dandelion healing sometimes opening the bunny armor inventory instead.
- Fixed several model flickering and overlap issues, especially around eyelids and overlapping parts.
- Fixed possible stuck-jumping behavior during movement and wandering.
- Fixed some known AI/pathfinding issues.
Commands
-
/petrabbit predatorprotect true|falseEnable or disable global predator protection for tamed bunnies. -
/petrabbit bunny <name> predatorprotect true|false|defaultSet predator protection for a specific tamed bunny. -
/petrabbit configView current Pet Bunny config values. -
/petrabbit listList nearby or owned bunnies. -
/petrabbit resetReset configurable values to default. -
/petrabbit forage fullhealth true|falseAllow or prevent bunnies from eating forage even at full health. -
/petrabbit bunny <name> fullforage true|false|defaultSet full-health forage behavior for a specific bunny. -
/petrabbit follow speednear <value>Set close-range follow speed. -
/petrabbit follow speedfar <value>Set far-range follow speed. -
/petrabbit <personality> damage|health|speed|attackcooldown <value>Adjust combat and stat values for a personality. -
/petrabbit all damage|health|speed|attackcooldown <value>Apply stat changes to all personalities. -
/petrabbit curious archeology true|falseEnable or disable curious bunny archaeology. -
/petrabbit curious breakblocks true|falseEnable or disable curious bunny soft-block digging. -
/petrabbit curious delivery carry|dropSet whether curious bunnies deliver treasure to the owner or drop it in place. -
/petrabbit lazy cropboost true|falseEnable or disable lazy bunny crop growth support. -
/petrabbit aggressive growcd <seconds>Set aggressive bunny battle growth interval. -
/petrabbit aggressive growmax <health>Set aggressive bunny maximum battle health growth. -
/petrabbit bunny <name> name <new name>Rename your bunny.
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:JidE4Ipn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o7h5jZ8q:JidE4Ipn"
}


