1.3-1.20.1
Compatibility
Required content
Changes
Loaf Cats: New Loaf Cats! + Volume Settings!
[Version 1.3] for Minecraft Forge 1.20.1 - 25/08/2025
Features
New Loaf Cat types! New: Oak Forest Loaf Cat, which spawns in the Forest biome; inspired by the classic Oak log and planks. New: Savanna Loaf Cat, which spawns in the Savanna biome. Its patterns are inspired by the classic Ocelot.
New: Settings menu, allowing users to control the volume of the Loaf Cats (to access the settings: [press esc / from titlescreen] > Mods > LoafCats > Config).
Changes
Change: Decreased the threshold for the Loaf Cat to sleep next to the player when the player is in bed, increasing the chance that the Loaf Cat will cuddle up to its owner during the night.
Improvements
Improvement: Walk detection of the Loaf Cat has been improved; fixing a bug where the Loaf Cat would walk, but the paws would not move.
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:XoNFzpmn:m4Q3x5nT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XoNFzpmn:m4Q3x5nT"
}

