Open timriker opened 3 years ago
When using /stack from EssentialsX to have a stack of axes, TreeFeller does not switch to the next weapon in the stack. It instead discards all other items in the stack.
I suspect this code needs updating in TreeCutter.java
if (item.getType().getMaxDurability() == item.getDurability()) player.setItemInHand(null);
When using /stack from EssentialsX to have a stack of axes, TreeFeller does not switch to the next weapon in the stack. It instead discards all other items in the stack.