mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-03 18:43:43 +01:00 
			
		
		
		
	Need to force updates here.
This commit is contained in:
		@@ -237,14 +237,14 @@ public class BlockListener implements Listener {
 | 
			
		||||
 | 
			
		||||
        if (Permissions.hylianLuck(player) && ItemChecks.isSword(heldItem)) {
 | 
			
		||||
            if (Herbalism.processHylianLuck(blockState, player)) {
 | 
			
		||||
                blockState.update(true);
 | 
			
		||||
                event.setCancelled(true);
 | 
			
		||||
                blockState.update();
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        else if (BlockChecks.affectedByFluxMining(blockState) && ItemChecks.isPickaxe(heldItem) && !heldItem.containsEnchantment(Enchantment.SILK_TOUCH) && Permissions.fluxMining(player) && !mcMMO.placeStore.isTrue(blockState)) {
 | 
			
		||||
            if (Smelting.processFluxMining(blockState, player)) {
 | 
			
		||||
                blockState.update(true);
 | 
			
		||||
                event.setCancelled(true);
 | 
			
		||||
                blockState.update();
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user