Skip to content

Commit

Permalink
fix(sfis): cherry pick fix from upstream c84e876
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWishsama committed Nov 17, 2024
1 parent c3681e0 commit b963baf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public void lock() {

@Override
public ItemStack clone() {
return new SlimefunItemStack(id, this);
return new SlimefunItemStack(id, super.clone());
}

@Override
Expand Down

0 comments on commit b963baf

Please sign in to comment.