All versions
1.0.6
Release
Crackt 1.0.6 for 1.21.821 hours ago 1
Compatibility
Minecraft: Java Edition
1.21.8
Platform
Fabric
Supported environments
Client and server
Changes
Fixed
- Cracking clusters now match the ore they came from. Every cluster inherited iron ore's mining requirements, so an ore you could already mine could produce a cluster your pickaxe was not good enough to break — mining coal with a wooden pickaxe stalled the moment the first block cracked. Clusters now break at exactly the speed of the ore they are standing in for, including deepslate variants and modded ores.
- Under-tier pickaxes no longer collect ore they cannot harvest. Cracking a vein skipped the usual tool-tier check, so a pickaxe too weak to harvest an ore could still collect the whole vein through its cluster. Ore your pickaxe cannot harvest now breaks exactly as it does in vanilla: no cluster, no drops.
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:rBM1IGNk:IlhAI71y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rBM1IGNk:IlhAI71y"
}


