Shouldn't cause requip animation

This commit is contained in:
Raoul Van den Berge
2016-04-01 18:23:42 +02:00
parent 01f7e339a6
commit 4aadc6853b

View File

@@ -184,6 +184,10 @@ public class ItemWirelessGrid extends ItemEnergyContainer {
return false;
}
@Override
public boolean shouldCauseReequipAnimation(ItemStack oldStack, ItemStack newStack, boolean slotChanged) {
return false;
}
@Override
public String getUnlocalizedName() {