Skip to content

Commit

Permalink
remove unnecessary method
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixces committed Jun 24, 2024
1 parent f48f099 commit 43d3224
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,4 @@ public abstract class ItemRendererMixin {
return OldAnimationsSettings.INSTANCE.enabled ? OldAnimationsSettings.INSTANCE.reequipSpeed : original;
}

@Unique
private boolean overflowAnimations$shouldCauseReequipAnimation(ItemStack oldStack, ItemStack newStack, boolean slotChanged) {
if (!slotChanged) {
return false;
}
return !ItemStack.areItemStacksEqual(oldStack, newStack);
}


}

0 comments on commit 43d3224

Please sign in to comment.