Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 months ago
Updated 2 days ago
All versions
2.1.0+1.21.8-neoforge
Release
Alex's Mobs Continued 2.1.0 — NeoForge 1.21.82 weeks ago 28
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
2.1.0
Compatibility with Minecraft Comes Alive: Reborn, plus two fixes.
- MCA Reborn villagers work properly now. Their right-click opens MCA's own menu, and that was swallowing the click before this mod ever saw it — so a villager you caught with a vine lasso could never be let go again, and you couldn't cure one of ender flu with a chorus fruit or wash the rainbow off one with a sponge. All three work now. Nothing else about MCA changes.
- The underminer holds its ghostly pickaxe again on its animal dictionary page, on 1.21.6 and up. The laviathan stopped shivering on its page and the murmur got its head back too — same cause, nobody had mentioned those.
- Anvil repairs really do work now on 1.21.2 and up. 2.0.16 claimed this and only got two of the five items right — the ghostly pickaxe, tendon whip and skelewag sword kept asking for iron, because their tool material overwrote the repair item a moment after it was set. Ghostly pickaxe takes phantom membranes, tendon whip elastic tendons, skelewag sword bone, squid grapple lost tentacles, shield of the deep serrated shark teeth or planks.
Needs CodxLib 1.4.0 or newer. 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:kBgQWdgA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kYIaHHfw:kBgQWdgA"
}

