1.1.0+1.19.3-1.20.1
Compatibility
Required content
Changes
Updated to 1.20.1
Still works on 1.19.4
Additions:
Config for whether taking damage at max scale should trigger block breaking (defaults to true)
Config for whether mining large areas should damage your tool for every block broken (defaults to false)
Changes:
Mining a large area of blocks now only deals one durability damage to your tool
Bugfixes:
Fix being able to destroy unbreakable blocks when taking damage
Removals:
N/A
Last successfully tested on:
Minecraft version 1.20.1
Fabric Loader 0.14.21
Yarn mappings 1.20.1+build.2
Fabric API 0.83.1+1.20.1
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:k435859r:1xPhi62U"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k435859r:1xPhi62U"
}

