Fixing right-click animation and some other kind of duplicate items. (Like portable cell did)
This commit is contained in:
TheJulianJES
2014-11-17 21:07:42 +01:00
parent 8e59759d57
commit bc43ec78be
@@ -57,14 +57,6 @@ public class ToolWirelessTerminal extends AEBasePoweredItem implements IWireless
return item;
}
@Override
public boolean onItemUse(ItemStack item, EntityPlayer player, World w, int x, int y, int z, int side,
float hitX, float hitY, float hitZ)
{
onItemRightClick( item, w, player );
return true;
}
@Override
public void addCheckedInformation(ItemStack stack, EntityPlayer player, List<String> lines, boolean displayAdditionalInformation )
{