mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 02:53:43 +01:00 
			
		
		
		
	Actually fixed TreeFeller and sideways logs items
This commit is contained in:
		@@ -184,7 +184,7 @@ public abstract class TreeFeller {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
                // TODO: Nerf XP from jungle trees, as it was done previously
 | 
					                // TODO: Nerf XP from jungle trees, as it was done previously
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                Misc.dropItem(block.getLocation(), new ItemStack(Material.LOG, 1, block.getData()));
 | 
					                Misc.dropItem(block.getLocation(), new ItemStack(Material.LOG, 1, Woodcutting.extractLogItemData(block.getData())));
 | 
				
			||||||
                break;
 | 
					                break;
 | 
				
			||||||
            case LEAVES:
 | 
					            case LEAVES:
 | 
				
			||||||
                Misc.randomDropItem(block.getLocation(), new ItemStack(Material.SAPLING, 1, Woodcutting.extractLogItemData(block.getData())), 10);
 | 
					                Misc.randomDropItem(block.getLocation(), new ItemStack(Material.SAPLING, 1, Woodcutting.extractLogItemData(block.getData())), 10);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user