mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 02:53:43 +01:00 
			
		
		
		
	upstream changes
This commit is contained in:
		@@ -110,7 +110,8 @@ public class AbilityActivationProcessor {
 | 
			
		||||
        FakePlayerAnimationEvent fakeSwing = new FakePlayerAnimationEvent(playerInteractEvent.getPlayer()); //PlayerAnimationEvent compat
 | 
			
		||||
        if (herbalismManager.canGreenThumbBlock(blockState)) {
 | 
			
		||||
            Bukkit.getPluginManager().callEvent(fakeSwing);
 | 
			
		||||
            player.getInventory().setItemInMainHand(new ItemStack(Material.WHEAT_SEEDS, getHeldItem().getAmount() - 1));
 | 
			
		||||
            player.getInventory().getItemInMainHand().setAmount(player.getInventory().getItemInMainHand().getAmount() - 1);
 | 
			
		||||
            player.updateInventory();
 | 
			
		||||
            if (herbalismManager.processGreenThumbBlocks(blockState) && EventUtils.simulateBlockBreak(block, player, false)) {
 | 
			
		||||
                blockState.update(true);
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user