
Mob Civil War
Stop being the center of attention. Hostile mobs hate each other as much as they hate you — Illagers, Undead, and Spiders clash in natural faction wars. Optional Stranded Soldiers pairing. Shipped: 1.21, 1.21.1, 1.21.4–1.21.11, and 26.1 / 26.1.2 / 26.2.
Links
Tags
Creators
Details
1.2.0+mc26.2
Compatibility
Required content
Changes
1.2.0 — Stranded Soldiers integration (optional pairing)
When Stranded Soldiers is installed on the same Minecraft version, portal defenders tagged stranded_defender receive Civil War faction targeting after their spawn AI is configured. Defenders keep Stranded Soldiers player focus and no defender-on-defender infighting, and gain faction enemies (Illagers, Undead, Spiders) at priority 2.
Neither mod requires the other — install both with matching +mc<version> JARs to enable cross-mod battles at ruined portals.
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:JS7W12Jd:Q2goCIWW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JS7W12Jd:Q2goCIWW"
}
