"Splinter the axe into dozens of pieces"

This commit is contained in:
TfT_02
2013-03-12 23:31:44 +01:00
parent 9aa676cee1
commit b2f400f61a
2 changed files with 2 additions and 0 deletions

View File

@ -232,6 +232,7 @@ public final class Woodcutting {
short maxDurability = ModUtils.isCustomTool(inHand) ? ModUtils.getToolFromItemStack(inHand).getDurability() : inHandMaterial.getMaxDurability();
if (finalDurability >= maxDurability) {
inHand.setDurability(maxDurability);
return false;
}