Fix WG reequip anim bug
This commit is contained in:
@@ -194,7 +194,7 @@ public class ItemWirelessGrid extends ItemEnergyContainer {
|
||||
|
||||
@Override
|
||||
public boolean shouldCauseReequipAnimation(ItemStack oldStack, ItemStack newStack, boolean slotChanged) {
|
||||
return false;
|
||||
return slotChanged;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user