Tags
Creators
Details
2.0.7+1.21.1-neoforge
Compatibility
Required content
Changes
2.0.7
A bug-fix release. Most of these came from one player's report list — thank you.
Armour is visible again. On Minecraft 1.21.4 and newer, every piece of Alex's Mobs armour was worn but never drawn — all fifteen of them, on every loader.
Item names. From Minecraft 1.21.2 up, all 36 of this mod's block items showed their raw translation key instead of their name.
Advancements. The Alex's Mobs tab drew the missing texture instead of its background on 1.21.5 and newer, and "Gone Bananas" was granted the moment you entered a world.
The shield of the deep was held grip-first when you raised it to block, filling your view. It now blocks face-on. Holding it normally, and third person, are unchanged.
The laviathan is back in the animal dictionary.
Two crashes: getting close to a frilled shark could crash the game or the server, and installing Create alongside this mod could stop a world from loading.
On Fabric: the crocodile chestplate no longer makes your head disappear, and rainbow glass, the bison carpet, the triops eggs and ten other blocks are no longer drawn as solid cubes.
Updating from any 2.0.x is drop-in. Requires CodxLib; Fabric also needs Fabric API.
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:kYIaHHfw:fXQJVAix"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kYIaHHfw:fXQJVAix"
}

