Skip to content

Commit

Permalink
Update SlimefunItemStack.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchampions committed Nov 17, 2024
1 parent a83e831 commit 22b7315
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
*/
@SerializableAs("ItemStack")
public class SlimefunItemStack extends ItemStack {
private final boolean locked = false;

private final String id;
@Getter
private ItemMetaSnapshot itemMetaSnapshot;
Expand Down

0 comments on commit 22b7315

Please sign in to comment.