All versions
1.3.1
Release
The Village Fights Back 1.3.12 weeks ago 25
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Forge
Supported environments
Client and server
Required content
Changes
New
- X-ray blocks. Cobblestone, obsidian and bedrock versions of the fake blocks, with glowing blue veins instead of yellow, that you can see out of from the inside. Crafted from the fake block plus an echo shard and a night vision potion.
- Fake gates blind you while you stand in them, so camping inside a wall is no longer a free window. X-ray blocks are the paid way to get that view back.
- All six fake and X-ray blocks now drop themselves when mined.
Guards
- Guards dig through soft blocks to reach a fight, the same as the emerald faction, at every stage. They draw an emerald pickaxe, shovel or axe for the job and mine at that tool's real speed.
- Guards cut themselves out of cobwebs with an emerald sword, unless they are mid-fight.
- Guards no longer chase what they cannot see. They need line of sight to pick a target, but keep chasing one that ducks behind cover.
- Guards with a kill get a memorial even without MCA Reborn installed.
Fixes
- One bell, one village. A bell that raises a brain node is spent and cannot be carried off to found another.
- A 2-block-high fake or X-ray bedrock doorway is walk-through again; it used to be solid at head height.
Optional dependencies
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:qiTyKLBa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pG1wLIce:qiTyKLBa"
}



