4.0
Compatibility
Changes
What's new
Chain Reaction
Chain reaction for ores. Break one block — the entire vein breaks automatically. Speed depends on pickaxe and enchantments. Works only in singleplayer. Limit is 64 blocks.
Supports: coal, iron, copper, gold, redstone, lapis, diamonds, emeralds.
Settings menu
Redesigned GUI. Dark panel with green bar on top, everything sorted into sections:
- General settings (mod, sound, hud, creative)
- Tools (pickaxe, axe, shovel, shears)
- Extra (chain reaction)
Buttons show ON in green, OFF in red. Done button at the bottom to close.
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:yp66dwYk:SDdZMPb5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yp66dwYk:SDdZMPb5"
}

