Tags
Creators
Details
1.0.0
Compatibility
Required content
Changes
1.0.0 — First full Fabric release
The first stable release of Alex's Mobs Continued for Minecraft 26.1.2 on Fabric. The complete Alex's Mobs roster is in, playable, and ported as close to the original as possible.
Highlights
- The complete roster — ~116 mobs, each with its original model, textures, and animations.
- Full behaviour — taming, breeding, natural spawning by biome, mob-specific abilities and attacks, egg-laying, bucketing, and riding.
- All the content — items, blocks, armor, and a spawn egg for every mob.
- Animal Dictionary & advancements to track your discoveries.
Fixes since the beta
- Spawn eggs now work — every mob's spawn egg correctly summons its mob again.
- Animations fixed across the whole roster — special animations (attacks, pecks, slams) play and complete properly, and sit/sleep/rest poses sit at the right height.
- Numerous per-mob behaviour fixes (kangaroo attacks, hummingbird flight, falconry perch, and more) and texture/icon cleanup.
Requirements
- Minecraft 26.1.2, Fabric Loader 0.18.6+
- Fabric API
- CodxLib 1.3.0+ (required — install it alongside this mod)
Feedback
Found a mob that behaves differently than in the original Alex's Mobs? Reports and feedback are very welcome — please open an issue or reach out on Discord.
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:jGTCKli7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kYIaHHfw:jGTCKli7"
}


