Links
Tags
Creators
Details
All versions
1.12.1
Release
A BIT MAJOR OF AN UPDATE, IG...2 weeks ago 133
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
- Tunnel mode - built-in flat 3x3 digging with its own menu (Alt flips vein/tunnel, O opens the active one, one mode at a time).
- Outline preview - shows the chain before breaking, through walls, works with Sodium on.
- Server sync - on servers the host config wins; menus and outline follow it.
- Farm overhaul - crops and cane fall on the same wave as veins and replant after; berries get picked in place; cocoa, wart, and chorus replant; big spruce/jungle/dark oak come back as 2x2; melon/pumpkin stems, torchflower, pitcher, cave vines, quartz, debris, and gilded blackstone all chain now. Only ripe gets harvested.
- Claim guard - veins stop at chunk borders, spawn protection, and unbreakable spots.
- Hardness rework - optional per-block slowdown for big veins (off by default), Unbreaking stretches the chain cap, chains stop on death, logout, or tool swap.
- Smarter pickup - boost pulls from the chain area only (not other players' drops) plus experience orbs.
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:EJr6eHAm:ptx1ZV6q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EJr6eHAm:ptx1ZV6q"
}



