All versions
1.2.1
Release
The Village Fights Back 1.2.12 months ago 12
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- Merged emerald infection and emerald virus
- Nerfed emerald virus: does not provoke fire or explosions by default (cf. configs)
- Guards become stronger at stage 2 instead of stage 3: stage 2 guards are identical to stage 3 guards, except they only get their mace and wind charge at stage 3
- Emeraldgers are now considered as part of the emerald army (and count towards the 50 emerald creatures cap)
- Emerald units despawn after 5 minutes without fighting, and feed back their HP to the brain node (for efficiency reasons)
- Emerald units can now optionally dig blocks if they can't reach their preys
- New glow and lets you see where are the units of my mod easily
- Walls are no longer build far below or above the brain node Scent is not set on units far below or above the brain node
- New /thevillagefightsback config reset_default_configscommand to reset configs to their default values
- Solved several minor bugs
Have fun!
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:pG1wLIce:HnyGvs2Y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pG1wLIce:HnyGvs2Y"
}

