Skip to content

Commit

Permalink
Keys.MAX_DURABILITY no longer readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
Faithcaio committed May 26, 2024
1 parent 7a66eb5 commit cc4122e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/spongepowered/api/data/Keys.java
Original file line number Diff line number Diff line change
Expand Up @@ -2256,7 +2256,6 @@ public final class Keys {

/**
* The maximum durability of an {@link ItemStack}. {@link #ITEM_DURABILITY}
* Readonly
*/
public static final Key<Value<Integer>> MAX_DURABILITY = Keys.key(ResourceKey.sponge("max_durability"), Integer.class);

Expand Down

0 comments on commit cc4122e

Please sign in to comment.