We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af30336 commit 631fc45Copy full SHA for 631fc45
src/main/java/org/spongepowered/api/data/Keys.java
@@ -3686,8 +3686,6 @@ public final class Keys {
3686
/**
3687
* The multiplier applied to the cooldown time during which blocking using this shield-like {@link ItemStack} is disabled.
3688
* If set to 0, this item can never be disabled by attacks.
3689
- *
3690
- * @see <a href="https://minecraft.wiki/w/Data_component_format#blocks_attacks">blocks_attacks</a>
3691
*/
3692
public static final Key<Value<Double>> DISABLE_SHIELD_TICKS_SCALE = Keys.key(ResourceKey.sponge("disable_shield_ticks_scale"), Double.class);
3693
0 commit comments