Portable Cell and Wireless Terminal now properly open when click on things that can activate.
This commit is contained in:
@@ -39,6 +39,14 @@ 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 addInformation(ItemStack i, EntityPlayer p, List l, boolean b)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user