Merge branch 'development' into v8.1
This commit is contained in:
commit
78ed108904
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ public class BlockReactor extends BlockContainer implements IBlockCTM
|
|||
|
||||
public ItemStack dismantleBlock(World world, int x, int y, int z, boolean returnBlock)
|
||||
{
|
||||
ItemStack itemStack = getPickBlock(null, world, x, y, z);
|
||||
ItemStack itemStack = new ItemStack(this, 1, world.getBlockMetadata(x, y, z));
|
||||
|
||||
world.setBlockToAir(x, y, z);
|
||||
|
||||
|
|
Loading…
Reference in a new issue