Tags
Creators
Details
1.22.8
Compatibility
Required content
Changes
-Added new textures for many items
-Added config to disable crow crop stealing
-Increased elephant health
-Fixed leafcutter ants forgetting their anthill position
-Fixed laviathans duping inside portals
-Fixed underminer crash
-Fixed void worm config health not working
-Fixed caimans and platypus stomping their own eggs
-Fixed server events crash
-Fixed hummingbird feeder consuming bottles
-Fixed crocodile armor having incorrect stats
-Fixed platypus laying only one egg
-Fixed flies despawning when leashed
-Fixed HarvestCheck crash
-Fixed skelewags overspawning
-Fixed flutter flap sound being too loud
-Fixed rocky roller thorns crash
-Fixed transmutation table crash on randomly generating new items
-Fixed bald eagles dropping bottles when tamed in creative mode
-Fixed potions being made from any other potion
-Fixed duplication exploit block-breaking with ghostly pickaxe
-Fixed crash with iron's spellbooks
-Fixed crash with crows being killed by cracker's witherstorm
-Fixed missing item tags
-Fixed crows spawning underground
-Fixed lava fog being thick when using alex's caves and lava sight
-Updated russian translations
-Updated italian translations
-Updated french translations
-Updated chinese translations
-Updated portuguese translations
-Updated japanese translations
-Updated polish translations
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:2cMuAZAp:oaRqJ7uM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2cMuAZAp:oaRqJ7uM"
}


