mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-28 16:16:47 +01:00
Custom blocks destroyed with silk touch drops blocks without metadata
This commit is contained in:
parent
51ca29ab9f
commit
c32f8837b4
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user