Fixed simple blocks not getting removed when breaking them
This commit is contained in:
parent
d6c2b2e8ee
commit
00b26fc01b
1 changed files with 0 additions and 6 deletions
|
@ -100,12 +100,6 @@ public abstract class BlockAbstractBase extends Block implements IBlockBase {
|
||||||
return blockState;
|
return blockState;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean removedByPlayer(@Nonnull final IBlockState blockState, final World world, @Nonnull final BlockPos blockPos,
|
|
||||||
@Nonnull final EntityPlayer player, final boolean willHarvest) {
|
|
||||||
return willHarvest || super.removedByPlayer(blockState, world, blockPos, player, false);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean rotateBlock(final World world, @Nonnull final BlockPos blockPos, @Nonnull final EnumFacing axis) {
|
public boolean rotateBlock(final World world, @Nonnull final BlockPos blockPos, @Nonnull final EnumFacing axis) {
|
||||||
// already handled by vanilla
|
// already handled by vanilla
|
||||||
|
|
Loading…
Reference in a new issue