This commit is contained in:
modmuss50 2016-04-23 13:32:03 +01:00
parent b2d5ee7b3d
commit a2d626bc61
No known key found for this signature in database
GPG key ID: 1838986A0F12E8EE
3 changed files with 7 additions and 100 deletions

View file

@ -90,6 +90,11 @@ public class TileEnergyStorage extends TilePowerAcceptor implements IWrenchable,
}
}
@Override
public void setFacing(EnumFacing enumFacing) {
worldObj.setBlockState(pos, worldObj.getBlockState(pos).withProperty(BlockEnergyStorage.FACING, enumFacing));
}
@Override public float getWrenchDropRate()
{
return 1.0F;