1.4.0
Compatibility
Required content
Changes
New feature: difficulty mode
Choose between Peaceful, Neutral (default behavior), Hostile and Nightmare! Details are explained in the mod's description. This way you can use the village as an ally or challenge yourself and make it a powerful enemy.
New weapon
The obliterator, paired with an obliteration furnace, gives you the insane ability to ban a specific mob from your world!
Balance
Emerald units don't grow max HP forever, now capped at 5x their original max HP.
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:fTDNvMPs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pG1wLIce:fTDNvMPs"
}



