Tags
Creators
Details
2.0
Compatibility
Changes
⚠️ Warning: Updating to LO: Pets 2.0 will make any dogs and/ or cats in existing worlds disappear due to their entity registry being removed. There is no way to keep these animals after updating, so only use this update if you’re okay with losing existing dogs or cats.
- New dogs and cats should still spawn in fine after updating.
-Added new Dog breeds:
Pitbull
Borzoi
German Shepherd
Newfoundland (funded by KingNootNoot)
Kangal (funded by jellycalico)
Belgian Malinois (funded by jellycalico)
Tibetan Mastiff (funded by HannahPBnJ)
Collie (funded by Drokra)
-Added new Cat breeds:
Oriental Shorthair
Oriental Longhair
Ragdoll
Norwegian Forest
Japanese Bobtail
Russian Blue
Abyssinian
-Added the new Wolfdog dog breed
*Wolfdogs are bred from an O-Wolf and an O-Dog. They retain a similar build and traits to wolves (more health and attack damage) but similar colors and markings to dogs.
-Revamped Dogs and Cats to be one entity instead of all breeds being different entities
-Different breeds of dogs or cats can now breed
-Dog and cat breeds now spawn based on the biome their village is in
-Revamped Axolotl assets
-OParrots can now perch on the player’s shoulder
-Baby wolves no longer attack players
-Wolves can now walk over powdered snow
-Fixed an issue where tamed Cats would be afraid of other players
-Fixed a world generation issue that would occasionally cause servers to crash
-Fixed an issue where Dog Armor would duplicate when applied or not apply correctly
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:XqLf23UD:tAGW5UEd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XqLf23UD:tAGW5UEd"
}

