Tags
Creators
Details
1.20.1-13.0
Compatibility
Changes
Herd behaviour and natural breeding update, thanks to dexpere for supporting development!
Also adds a French translation, made by valentin56610, thank you!
Herd behaviour: Horses stay together in herds rather than wandering about aimlessly. Mares can form a herd with each other and with a stallion, who will chase away any competing stallions. Usually a lead mare will decide where the herd goes, though occasionally they will follow the stallion instead. If there are no mares around, stallions can get together as a bachelor herd. Geldings can join either herd type.
Small tweak: Mares will wait up a bit for their foals if they get too far away.
Natural breeding: If you enable "autobreeding" in the config, horses can reproduce without any player input. This should happen relatively slowly, and only while there are fewer than 16 horses within a 16 meter radius. I've slowed down the default settings for growth and pregnancy as well. Existing players, you'll only get that change if you regenerate the config. Wild horses can breed automatically. Tame horses can't by default, but if you enable it for them by clicking on the heart in the GUI, then they can too. Horses will almost always avoid automatically breeding with their immediate relatives (parents, children, siblings, half-siblings).
Bugfix: Fixed item duplication glitch.
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:PCskOqPY:d8lb2pf6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PCskOqPY:d8lb2pf6"
}

