All versions
1.1.0
Release
Pet Rabbit 1.1.04 months ago 72
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
π Localization
- Auto language switching (Chinese / English) based on game settings
π§ Personality Enhancements
- Removed Cautious rabbit flee mechanic
- πΆ Cautious Rabbit: Detects hostiles within 10 blocks, shows β warning, grants owner Night Vision & Speed (15s / CD 30s)
- π Gentle Rabbit: Continuous Resistance I aura + periodic Saturation to owner within 4 blocks
βοΈ Combat System (New)
- Hold Carrot / Dandelion / Golden Carrot + Sneak Right-click β toggle attack mode
- Attack mode displayed in Jade tooltip
- Follow mode + attack enabled β rabbits assist owner in combat
- Increased move speed & jump frequency during combat
- Auto-retaliation on non-friendly damage
- Friendly fire protection: won't attack owner or owner's other tamed pets (wolves, cats, rabbits, etc.)
- Disengages and teleports to owner when too far away
- Damage: Cautious 3.0 (1.5β€) / Gentle 2.0 (1β€), attacks every 15 ticks
π Bug Fixes
- Food not consumed on failed taming attempts
- Crash from client/server event handling
- Hostile detection missing Slimes and non-Monster mobs
- Tamed rabbit health not upgrading (now 8 HP / 4β€)
- Various other fixes and stability improvements
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:Gmxntihi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o7h5jZ8q:Gmxntihi"
}

