Tags
Creators
Details
1.12.2-1.4.0.1
Compatibility
Changes
Backported these changes from the 1.15 series: Gene book renamed to breeder's guidebook, plus some minor adjustments Slightly adjusted graying and simplified its configuration Added pregnancy progress indicator. This is a bar next to the gender icon that fills up as the pregnancy progresses. Horses no longer stop to rear when damaged by suffocation or cactus, instead they will hopefully do something more sensible like move away Tobiano is now listed separately from KIT in the genetic test results Some adjustments to shade. Lighter buckskins and palominos and darker horses of all colors are possible now. Some horses may lose their summer dapples / condition dapples.
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:qfywR6ZE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PCskOqPY:qfywR6ZE"
}

