1.9.0
Compatibility
Changes
[1.9.0] - 2026-04-18 (Minecraft 26.1.1) Added Custom Size tunnel mode — select any rectangular mining shape with two clicks, then mine it centered on your pickaxe hit. Unlocks at 7,500 XP. Open circular menu → Structure Block icon → Select Size Left-click corner A, right-click corner B, done Shape follows your facing direction when mining Live wireframe preview during selection Max 9 blocks per axis (configurable) /orevein verify — checks all mod systems and verifies install integrity. Run if anything seems off. File checksums (SHA-256) NeoForge: 488f0aed881a53ffb161042e932f31686e1cc96abfdcb4d33fcbd3104df237ae
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:fsZC35ec:T6DZfTWc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fsZC35ec:T6DZfTWc"
}

