0.4.2
Compatibility
Changes
Changelog:
Vanilla mobs now interact with KC mobs! (Shoutout to Coda for helping me with the code!)
Creepers run away from:
- Pallas Cat
- Asian Leopard Cat
Chickens run away from:
- Pallas Cat
- Asian Leopard Cat
- Tibetan Fox
Rabbits Run away from:
- Burrowing Owl
- Tibetan Fox
- Pallas's Cat
Villagers run away from:
- Cape Buffalos
Guardians swim away from:
- Oceanic Mantas
Wolves Hunt:
- Tibetan Fox
- Chacoan Peccary
Foxes Hunt:
- Rock Ptarmigan
- South Island Takahe
- Fire Salamander
- all 4 penguin species
Ocelots Hunt:
- Chacoan Peccary
- Uakari Monkey
- Giant Muntjac
- Asian Leopard Cat
Tweaks:
- Pallas Cat hunt Rabbits
- Bush Dogs hunt Ocelots
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:U5BtEYXm:z31H9afZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:U5BtEYXm:z31H9afZ"
}

