Allowed stone formations to drop when broken with a pickaxe
This commit is contained in:
parent
bb2c1c3944
commit
6b304bb998
1 changed files with 0 additions and 6 deletions
|
@ -174,12 +174,6 @@ public class BlockBOPStoneFormations extends BlockBOPDecoration implements IBOPB
|
|||
return world.getBlockState(pos.down()).getBlock() == Blocks.STONE || world.getBlockState(pos.down()) == state || world.getBlockState(pos.up()).getBlock() == Blocks.STONE || world.getBlockState(pos.up()) == state;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int quantityDropped(Random random)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
@SideOnly(Side.CLIENT)
|
||||
public Block.EnumOffsetType getOffsetType()
|
||||
|
|
Loading…
Reference in a new issue