1.0
Compatibility
Changes
-
Changed Caracara breeding item to Raw Rabbit
-
Changed Pigeon and Caracara breeding, they now produce nests and lay eggs inside them. Caracara need Cactuses to place their nests, and pigeons prefer sheltered areas with roofs.
-
Added Pigeon Lofts, Pigeons will seek these out to sleep at nighttime.
-
Added nests for Pigeons, Caracara, and Endoves
-
Added Gallians, Large prehistoric fowl who will defend your livestock from predators. Their eggs only obtainable in shipwrecks and jungle pyramids.
-
Added Gallian eggs
-
Added 2 Coyote variants; Eastern coyote, and side-striped jackal
-
Fixed Caracaras not hunting and eating
-
Fixed the Gallian Grotto disc occasionally cutting out.
-
Removed Geckolib dependency
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:gJpuDQ18:IONd5DVi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gJpuDQ18:IONd5DVi"
}

