Merge pull request #452 from TheJulianJES/patch-4
Fix #449 duplicate message display and attack animation
This commit is contained in:
commit
1572351a54
1 changed files with 0 additions and 8 deletions
|
@ -57,14 +57,6 @@ public class ToolWirelessTerminal extends AEBasePoweredItem implements IWireless
|
||||||
return item;
|
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
|
@Override
|
||||||
public void addCheckedInformation(ItemStack stack, EntityPlayer player, List<String> lines, boolean displayAdditionalInformation )
|
public void addCheckedInformation(ItemStack stack, EntityPlayer player, List<String> lines, boolean displayAdditionalInformation )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue