1.0.13
Compatibility
Changes
Fix for flicking collar colors. This was a setting for debugging if a mob got NBT data. not it just picks a color and goes to the correct color after NBT data is received. This is to prevent Lag on the server from transferring a lot of information all the time.
Fixed config typo involving shed item delay
Fixed Chocobos being able to breed to quickly.
Added config for breeding delay.
Made Chocobo Eggs have a better tool tip if fertilized.
Added the need to use a DNA tester on an egg in a Chocobo Nest to get the DNA of the egg.
Allowed the breeding of wild chocobos. Other mobs could already do this, as long as their taming and breeding items were different.
Fixed breeding to not use the breeding item if you were attempting to breed too early.
Fixed bug where chocobos had 2 breeding Goals(AI) and if the minecraft version was called instead of the mod's version it could cause Mods that prevent crashes to kill the chocobo parents.
Adjusted the Saturation of Nut Butter and Jellied Greens, and Ultimate Nut Butter and Jellied Greens Sandwich.
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:YocWxQDa:1Ezgjf2A"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YocWxQDa:1Ezgjf2A"
}

