All versions
2.0.0
Release
World Eater 2.0.0 - 1.21.19 months ago 176
Compatibility
Minecraft: Java Edition
1.21.1–1.21.10
Platform
NeoForge
Supported environments
Client and server
Changes
World Eater 2.0.0
This mod has been completely remade and last updated over 3 years ago, only changes that are known about have been listed here.
Additions
- Diamond Glass - Cannot be infected by the World Eater, blocks it in its path
- Decayed World Eater Block - After about 20 seconds, the World Eater Block decays and can no longer infect other blocks
- Decayed World Eater Eater Block - After about 20 seconds, the World Eater Eater Block decays and can no longer infect World Eater blocks
- Decay Effect - Applied when you stand on a World Eater Block, can be brewed using one World Eater Gem. Currently resembles Poison, will be updated in the future to differentiate.
- Game Rules - DecayEnabled, WorldEaterDecay, WorldEaterEaterDecay, WorldEaterLifetime, WorldEaterEaterLifetime, WorldEaterEnabled, WorldEaterEaterEnabled
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:XzyNFPcA:ikvg34e2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XzyNFPcA:ikvg34e2"
}

