mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 18:24:43 +02:00
We need to preserve block data with our double drops for silk touch. Fixes #2625
This commit is contained in:
@ -64,7 +64,8 @@ public class Mining {
|
||||
case QUARTZ_ORE:
|
||||
case REDSTONE_ORE:
|
||||
case STONE:
|
||||
Misc.dropItem(blockState.getLocation(), new ItemStack(blockType));
|
||||
case PRISMARINE:
|
||||
Misc.dropItem(blockState.getLocation(), blockState.getData().toItemStack(1));
|
||||
return;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user