Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 2 days ago
All versions
1.0.1
Release
Animalia Exotica 1.0.12 days ago 56
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Animalia 1.0.1 — Hotfix
Elephant
- Increased tusk attack damage from
10to16. - Increased trunk attack damage from
4to8. - Increased stomp damage from
15to25. - Trunk attacks now launch targets farther and higher.
- Added weighted attack selection:
- Tusk attack —
45% - Trunk attack —
35% - Single stomp —
10% - Four-stomp combo —
10%
- Tusk attack —
- Taking damage no longer cancels an attack that has already started.
- Fixed stomps sometimes ending before the actual impact.
- Elephants no longer attempt to walk inside their target’s hitbox during combat.
- Fixed unusual sideways turning while chasing targets.
- Adult Elephants now have maximum resistance to standard knockback.
- Elephants can now break light obstacles while actively chasing a target, including:
- Vegetation and blocks already breakable by Rhinoceroses
- Logs and planks
- Wooden stairs and slabs
- Wool and carpets
- Ladders and rails
- Moho eggs
- Elephants now clear obstructing blocks above their bodies when climbing.
- Block breaking only occurs during an active chase and respects the
mobGriefinggame rule. - Removed tusk segments now gradually regrow:
- One segment per Minecraft day of loaded adult time
- Segments regrow from the base toward the tip
- A completely removed pair of tusks takes six Minecraft days to recover
- Regrowth progress persists after saving and reloading
Hippopotamus
- Fixed ownership tracking when a Hippopotamus discovers a player-placed melon through its normal food search.
- After eating a valid player-placed melon, the Hippopotamus now correctly remembers and becomes pacified toward its owner.
- Pumpkins have been added to the background diet of adult Hippopotamuses.
- Eating a pumpkin restores
12 HP. - Pumpkins cannot pacify, tempt, or breed Hippopotamuses.
Rhinoceros
- A removed large horn can now naturally regrow.
- Regrowth takes three Minecraft days of loaded adult time.
- The visible horn and its increased attack damage return together.
- Regrowth progress persists after saving and reloading.
- Regrowing a horn does not create an additional item.
Moho
- Fixed Moho sometimes flying while playing its walking animation.
- Ground movement animations now require actual contact with the ground.
- Adult Moho switch to their flying animation after two consecutive airborne ticks, regardless of movement direction.
- Improved airborne animation handling after knockback, ascent, horizontal displacement, and world loading.
- Moho chicks still cannot fly and will not attempt to use a missing wing animation.
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:y4635ED6:76aSWXLe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:y4635ED6:76aSWXLe"
}

