Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated last year
All versions
1.20.1-0.3.0
Release
1.20.1-0.3.0last year 6,622
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
[1.20.1-0.3.0] - 2025/06/23
Added
- Stray cats spawn in villages, witch huts, and around catnip crops. 10% of them are intact spawns!
- Untamed, unneutered cats will despawn if not near a village, unless they have a manual home position override (or otherwise interacted with by a player)
- Cats will lay down on beds and with the player when they sleep, there are 4 cute poses they will choose from randomly!
- Cats who sleep through the night with their owner will leave them a Morning Gift
- Creepers avoid cats and witches are pacified near them
- Advancements! Just a few, they're cute. Can you achieve the Trap-Neuter-Return Veteran challenge?
- Potted catnip, use catnip seeds
- Cats will eat catnip crops and potted catnip for funsies
- A new item for Farmers Respite compat, catnip tea!
- Jade compat for breeding timers
- Catnip is now a spring/autumn crop for Serene Seasons compat
Changed
- Stray cats will run from and get spooked by players
- Carriers can be used on untamed pets, now including vanilla cats
- Admins/moderators can capture tamed cats with carriers, and damage them despite owner online status
- Default wander radius set to 32
- Reduced frequency of ambient meows
Fixed
- Crash from empty, named cat books
- Attack AI works, prey list config fixed
- Home position saves properly, and cats will again only wander around that position
- Recipes grouped correctly within recipe book
- Shelters at the edge of villages should now populate with cats and dogs
- Extra whitespace in some phenotype tooltips
- Catnip and catnip seeds can be composted finally
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:SRhXcqHZ:FvJ1cwho"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SRhXcqHZ:FvJ1cwho"
}

