Links
Tags
Creators
Details
1.1.3+1.21.1-neoforge
Compatibility
Changes
Held Shield DR 1.1.3
Big config and parity pass across every shipped version.
Added
- 1.21.1 NeoForge build
passiveBlockChancefor chance-based passive shield DRdamageReductionModewithfixedandrandom_rangedamageReductionMinPercentanddamageReductionMaxPercentfor range tuning- optional proc sound config with sound id, volume, pitch, and cooldown
Changed
- all 12 builds now share the same shield DR feature set and config surface
- default behavior stays the same unless you turn on the new knobs
- publish setup was cleaned up so builds no longer depend on local Java paths
Build coverage
All 12 builds touched, all 12 ship:
1.12.2 Forge, 1.16.5 Forge, 1.16.5 Fabric, 1.18.2 Forge, 1.18.2 Fabric, 1.20.1 Forge, 1.20.1 Fabric, 1.20.4 NeoForge, 1.20.4 Fabric, 1.21.1 Forge, 1.21.1 NeoForge, 1.21.1 Fabric.
Upgrading
Drop in the new jar for your loader.
Existing configs still load fine. The new options will show up with their defaults when the config updates.
Issues
If something breaks, open an issue with your version, loader, and config. Makes debugging way faster.
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:cZOf9qLR:JAjY677O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cZOf9qLR:JAjY677O"
}

