Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
All versions
1.1.0-Fabric-1.19.2
Release
Cozy's Improved Cats v1.1.02 years ago 334
Compatibility
Minecraft: Java Edition
1.19.2
Platforms
Fabric
Quilt
Supported environments
Client and server
Changes
Version v1.1.0 of Cozy's Improved Cats for fabric 1.19.2 is complete!
Added
- Cats now hiss when a creeper is within 7 blocks, serving as a warning to the player.
- Cats now purreow when dropping gifts at their owner’s feet.
- Added revive confirmation message when a cat is successfully revived.
- Added achievements for obtaining Ancient Cod and Ancient Salmon for the first time.
Changed
- Removed the modded Creeps and replaced them with vanilla Creepers.
- Cat-to-cat interactions:
- When multiple tamed cats are nearby, they have a 50% chance to interact.
- Range is 3 blocks if both cats are sitting, or 7 blocks if either cat is standing.
- Cat Collar creative tab placement moved to Tools (from Food & Drink).
- Ancient Cod/Salmon availability
- Now possible trades from max-level Fisherman villagers.
- Fishing balance
- Reduced Ancient Cod/Salmon fishing drop rate to 10% (from 100%).
Items
- Ancient Cod / Ancient Salmon
- Can be eaten for a short Regeneration effect.
- Provide the same hunger/saturation as Raw Cod/Raw Salmon.
- Can be smelted into Cooked Ancient Cod / Cooked Ancient Salmon.
- Cooked Ancient Cod / Cooked Ancient Salmon
- Can be eaten for a longer Regeneration effect.
- Provide the same hunger/saturation as Cooked Cod/Cooked Salmon.
UI / Tooltips
- Cat Collar now shows the owner’s name in its tooltip, if the owner was in-game when the cat died.
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:86seaxOU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5MaZBjPT:86seaxOU"
}

