Tags
Creators
Details
1.21-2.7.0
Compatibility
Required content
Changes
Gameplay Changes
- Netherite Shield enchantability has been reduced.
20 -> 15 - Barbed durability damage has been reduced.
2 -> 1 - Barbed success chance has been increased.
20% -> 33% - Barbed damage can now be inflicted from ranged attacks.
Config Changes
- The enchantability of the Shield and Netherite Shield have been made configurable.
- Configurations for Pummeling and Barbed and projectile deflection strength have been removed.
Technical Changes
Guarding now uses 1.21's data driven enchantments, for this reason, several configurations were removed in favor of this new system.
Added 3 new enchantment effect components:
guarding:shield_blocked: Effects applying after an attack is blocked.
- Condition Context: Damage Parameters
- Effect: Entity Effect
- Additional fields:
cancel_on_parry: When true, stops the effects from being applied when a parry is landedaffected: A specifier for whom the effect is applied to. Possible values areattacker,damaging_entity, andvictim
guarding:shield_parried: Effects applying after an attack is parried.
- Condition Context: Damage Parameters
- Effect: Entity Effect
- Additional fields:
affected: A specifier for whom the effect is applied to. Possible values areattacker,damaging_entity, andvictim
guarding:shield_knockback: Effects for the amount of knockback to deal when an attack is blocked.
- Condition Context: Damage Parameters
- Effect: Value Effect
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:aV1COQ7a:7lAqbP6Q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aV1COQ7a:7lAqbP6Q"
}

