mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 02:53:43 +01: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