Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
Updated 6 months ago
All versions
1.3.0-Forge-1.19.2
Release
Cozy's Improved Cats v1.3.06 months ago 197
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Changes
Version 1.3.0 of Cozy's Improved Cats is here for Minecraft Forge 1.19.2!
Added
-
New config toggles
- Mute/disable the cat teleport sound when cats teleport to the player.
- Disable the gender system, along with any feature effects tied to gender.
- Disable revive mechanics (when disabled, cats no longer drop collars on death).
- Enable/disable cat fall damage.
- Enable/disable extended/debug logging (non-essential logs are now gated behind this).
- Allow normal taming (removes the requirement for Ancient Fish).
-
Cloth Config integration
- Added in-game config menu via Cloth Config for easier customization.
- Improved configuration documentation to better explain each setting.
-
Cat reset/respec item
- Optional (config-controlled) use of totem of undying on a tamed cat to resets the cat’s attributes and gender, rerolling both.
Changed
- Item textures updated
- Updated all item textures using the new community-created set.
Fixed
- Achievements pass
- Reviewed and corrected achievement triggers/criteria to ensure they function as intended.
- Fixed achievement page background not rendering properly
Compatibility
- Safe adoption of existing vanilla tamed cats
- When installing in an existing world, already-tamed vanilla cats are now handled safely to prevent breakage or persistent issues.
Performance
- Optimization & bugfix sweep
- General performance improvements and a broad bugfix/cleanup pass across the mod.
Optional dependencies
Any compatible version
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:5MaZBjPT:gLMDiG5g"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5MaZBjPT:gLMDiG5g"
}

