Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 4 days ago
All versions
v4.2.0+mod
Release
Better Pets v4.2.0last year 656
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Patch Notes:
- Added support for
1.21.8. - Pets now have abilities that scale with their level.
- Fixed pets not being able to level up to 100.
- Fixed pets not spawning when changing dimension.
- Pet menu can now be opened when in crawling and swimming mode.
- Added a command
/trigger BetterPetsto open the in-game Better Pets Wiki. (more information on the Modrinth website) - Fixed missing pet name in the level-up message.
- Fixed leveling problem where it would skip levels when leveling up.
- Fixed incorrect exp count when gaining exp.
- Added a level display in the 'Pet Menu' where it shows the active pet, exp, and exp needed to level up.
- Fixed being able to place the pet menu on a block.
- Fixed being able to place any pet on a block.
- Fixed being able to obtain the Beast Tamer achievement more than once.
- Added an uninstall command
/function pets:uninstall. - Added idle animation for pets when standing still.
- Improved overall in-game performance.
- Pet drop rates have been changed and can be viewed in the in-game wiki.
Important Notes:
- Sometimes a pet carries its level over to another pet when swapping pets.
- Sometimes a pet won't spawn when summoned by the player after switching dimensions.
- Multiplayer is still not bug-free, so use it at your own risk.
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:5XRPRPTb:vk34L0oz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5XRPRPTb:vk34L0oz"
}

