More work on the implementation of events
This commit is contained in:
parent
dd3a093825
commit
39b4243a82
27 changed files with 217 additions and 259 deletions
|
@ -40,7 +40,6 @@ public class ScribeTool extends EnergyItems
|
|||
if (par1ItemStack.getItemDamage() > 0)
|
||||
{
|
||||
par1ItemStack.setItemDamage(par1ItemStack.getItemDamage() - 1);
|
||||
syphonBatteries(par1ItemStack, par3EntityPlayer, this.getEnergyUsed());
|
||||
}
|
||||
|
||||
return par1ItemStack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue