Actually fixed TreeFeller and sideways logs items

This commit is contained in:
bm01 2013-01-24 15:13:13 +01:00
parent b7bb3f4487
commit 5a6dc8511f

View File

@ -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);