Fix #449
Fixing right-click animation and some other kind of duplicate items. (Like portable cell did)
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user