mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 10:14:43 +02:00
Fixed custom blocks dropping the wrong thing with Super Breaker & Silk
Touch
This commit is contained in:
@ -88,7 +88,7 @@ public class Mining {
|
||||
|
||||
default:
|
||||
if (ModChecks.isCustomMiningBlock(block)) {
|
||||
Misc.dropItem(loc, item);
|
||||
Misc.dropItem(loc, new ItemStack(block.getTypeId(), 1, (short) 0, block.getData()));
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user