All versions
1.1.0
Release
chain-mining 1.1.09 months ago 725
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
v1.1.0 (2026-01-06)
New Features
- New UI Interface: Tab-based layout with left-side navigation and right-side content area
- Block Blacklist: Added block blacklist feature, blacklist takes priority over whitelist
- Tool Blacklist: Added tool blacklist feature, prevents specific tools from triggering chain mining
- Direct to Inventory: Drops from chain mining can go directly to player inventory, overflow drops at feet
- Bilingual Search: Whitelist/blacklist editors support both Chinese and English search
- Fall Protection: One-time fall damage immunity after chain mining to prevent death while mining
- Multiple Activation Methods: Supports both keybind and sneaking (Shift) to activate chain mining
Improvements
- Keybind Settings: Can modify activation key directly in config screen without navigating to controls
- Search Suggestions: Suggestions prioritize localized names, long names are automatically truncated
- Tool Filtering: Tool blacklist editor only shows tool items (pickaxe, axe, shovel, hoe, sword, shears, etc.)
- Real-time Preview Update: Chain preview updates in real-time when activation key state changes
Bug Fixes
- Fixed config screen background display issue
- Fixed activation key not working on server side
- Fixed search suggestion click not auto-completing
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:URg5Vzzc:oDxbBVlT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:URg5Vzzc:oDxbBVlT"
}

