Fix #1674
This commit is contained in:
parent
b560a5483d
commit
8270f57e6f
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ public class ItemAdvancedDrill extends ItemDrill {
|
|||
capEnergy.extractEnergy(cost, false);
|
||||
ExternalPowerSystems.requestEnergyFromArmor(capEnergy, playerIn);
|
||||
|
||||
blockState.getBlock().removedByPlayer(blockState, world, pos, playerIn, true);
|
||||
blockState.getBlock().harvestBlock(world, playerIn, pos, blockState, world.getTileEntity(pos), drill);
|
||||
world.setBlockToAir(pos);
|
||||
world.removeTileEntity(pos);
|
||||
|
|
Loading…
Reference in a new issue