Tags
Creators
Details
1.22.9
Compatibility
Required content
Changes
-Added a new model and texture for shoebills
-Added numerous new tags for items, blocks and more for almost all mob interactions
-Added multithreaded pathfinding for a few resource-intensive mobs (elephant, bison, leafcutter ant, potoo, gorilla, rocky roller, snow leopard and tusklin)
-Added a tag blacklist for entities catfish cannot eat
-Fixed pupfish chunk detection not timing out after five minutes and lagging servers
-Fixed acacia blossom drop rate not being configurable
-Fixed raccoons not moving if a blue jay is sitting on them
-Fixed sugar glider crash
-Fixed underminer crash
-Fixed EntityModel server crash
-Fixed anteater crash
-Fixed rocky roller attack crash
-Fixed tarantula hawk elytra not being switchable with armor
-Fixed laviathan not moving
-Fixed laviathan moving quicker diagonally than forwards
-Fixed laviathan being extremely slow in lava
-Fixed void worms with no ai having segments that move
-Fixed void worms with attribute modifiers not keeping these when split
-Fixed incorrect music disc lengths
-Fixed flying fish boots not always launching players when jumping out of water
-Fixed caiman eggs not being tagged as eggs
-Fixed shoebills not targeting baby caimans
-Fixed warnings about incorrect mob categories
-Fixed pick block key not returning spawn eggs for multipart mobs
-Fixed dismount, interact and transmutation packets booting players from servers
-Fixed mobs having shorter-than-expected render distances
-Updated turkish translations
-Updated french translations
-Updated spanish translations
-Updated ukrainian 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:XoIASRVU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2cMuAZAp:XoIASRVU"
}


