mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-01 05:04:43 +02:00
Custom blocks destroyed with silk touch drops blocks without metadata
This commit is contained in:
@ -85,7 +85,7 @@ public class Mining {
|
|||||||
Misc.dropItem(loc, item);
|
Misc.dropItem(loc, item);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
// While using silk touch with custom blocks it return blocks without metadata !!!
|
||||||
default:
|
default:
|
||||||
if (ModChecks.isCustomMiningBlock(block)) {
|
if (ModChecks.isCustomMiningBlock(block)) {
|
||||||
Misc.dropItem(loc, item);
|
Misc.dropItem(loc, item);
|
||||||
|
Reference in New Issue
Block a user