1.5.2
Compatibility
Required content
Changes
1.5.2 Forge Update
"Do not build here" sign
Protects your personal house from the Village. As long as you are not an enemy, not block will be converted in a 10-blocks radius around it, and settlers will avoid building there.
New Grand Houses
Settlers can now create bigger, better houses during later stages instead of only small ones.
More colorful infection
Infested paths can now spread orange, blue, yellow and purple blocks, not just green. Pure customization, no real difference other than color.
Emerald units can now turn into normal villagers
instead of despawning after 5 minutes. Meant to solve the 100 emerald units vs 3 villagers problem.
Other minor bug fixes
Enjoy the game!
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:k3bVFxfb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pG1wLIce:k3bVFxfb"
}



