All versions
1.1.0-neoforge-1.21.1
Release
[BD] 方块耐久 Block-Durability 1.1.0-neoforge-1.21.1last month 261
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Client and server
Required content
Changes
New
- Fence Fix: By using Mixin to intercept TACZ's
bullet_ignoretag, fences and fence gates can now be hit and destroyed by bullets. Enabled by default, can be disabled in config (fixBulletIgnore = false). - Automatic Config Update: After upgrading the mod, newly added config options will be automatically appended to the old config file, no need to manually delete and rebuild.
Default Whitelist
Added tag:minecraft:fences and tag:minecraft:fence_gates; fence-type blocks are now included in the destructible range by default.
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:TwN8uQRZ:SLXHqHNJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TwN8uQRZ:SLXHqHNJ"
}![[BD] 方块耐久 Block-Durability](https://cdn.modrinth.com/data/TwN8uQRZ/a8ef59ae171fb7cad18c32e662d1923b737bce5c_96.webp)


