2.1.0
Compatibility
Changes
-Added Elk
-Added Bowhead Whale
-Added Lion armor
-Added netherite rhinoceros armor
-Added antlered skull helmet -
Added cranium shard and cranium pickaxe
-Added new animations for all whale mobs
-Added black jaguar variant
-Added Woolly Rhinoceros variant spawned in ice spikes or if spawned above snow
-Made rhinoceros armor craftable using horse armor
-Added a male baby lion texture and greater chance for male babies to spawn
-Tweaked and fixed lion texture inconsistencies
-Reworked mob drops to use loot tables
-Increased most spawn weights and adjusted group sizes
-Fixed wildebeest constantly staring at mobs
-Reduced humpback whale swimming speed and adjusted maximum yaw values
-Completed mouth texture for humpback whale and tweaked colours
-Increased whales simulation distance
-Fixed meerkats spawning independently from burrow
-Changed Capybara and Jaguar spawns to include both mangrove and jungle biomes
-Adjusted rhinoceros colours
-Added more armour durability to black bear helmets
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:iah6MV6u:3R8ftmXs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iah6MV6u:3R8ftmXs"
}

