mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-30 20:54:44 +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);
|
||||
}
|
||||
break;
|
||||
|
||||
// While using silk touch with custom blocks it return blocks without metadata !!!
|
||||
default:
|
||||
if (ModChecks.isCustomMiningBlock(block)) {
|
||||
Misc.dropItem(loc, item);
|
||||
|
Reference in New Issue
Block a user