Links
Tags
Creators
Details
1.0.0
Compatibility
Changes
v1.0.0
First release on NeoForge 1.21.1.
What This Does
Modded mobs often miss the vanilla entity type tags they belong in. For example, a mod adds its own skeleton but never puts it in minecraft:undead, so Smite does nothing to it and a Potion of Healing heals it instead of hurting it. Mob Tag Fixes adds those mobs to the tags their own mods left them out of, so Smite, the healing and harming flip, raids, Bad Omen, and Bane of Arthropods work on modded mobs and summons.
What It Covers
- Undead, including summoned skeletons, zombies, and draugr from Iron's Spells, Cataclysm Spellbooks, Traveloptics, and GameTechBC
- Raiders and illager for the Iron's Spells Archevoker and the It Takes a Pillage bandits
- Arthropod for modded insects and crustaceans from Alex's Mobs, Ars Nouveau, Cataclysm, and Iron's Spells
- Undead and arthropod entries for Born in Chaos, Alex's Caves, and Mutant Monsters
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:rAZ3oXKz:CyBEPuSO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rAZ3oXKz:CyBEPuSO"
}

