Skip to content

Commit 631fc45

Browse files
committed
Remove unneeded wiki link
1 parent af30336 commit 631fc45

File tree

1 file changed

+0
-2
lines changed
  • src/main/java/org/spongepowered/api/data

1 file changed

+0
-2
lines changed

src/main/java/org/spongepowered/api/data/Keys.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3686,8 +3686,6 @@ public final class Keys {
36863686
/**
36873687
* The multiplier applied to the cooldown time during which blocking using this shield-like {@link ItemStack} is disabled.
36883688
* 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>
36913689
*/
36923690
public static final Key<Value<Double>> DISABLE_SHIELD_TICKS_SCALE = Keys.key(ResourceKey.sponge("disable_shield_ticks_scale"), Double.class);
36933691

0 commit comments

Comments
 (0)