Code cleanup
This commit is contained in:
parent
99e06effe8
commit
42b34651a0
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ public class BlockEnergyBank extends BlockAbstractContainer {
|
|||
return (byte) itemStack.getItemDamage();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean onBlockActivated(World world, int x, int y, int z, EntityPlayer entityPlayer, int side, float hitX, float hitY, float hitZ) {
|
||||
if (world.isRemote) {
|
||||
|
|
Loading…
Reference in a new issue