Made axes receive extra damage per log cut

This commit is contained in:
Adubbz 2013-07-12 12:08:22 +10:00
parent 3aed010100
commit f163f26ccb
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ public class AxeChopHandler
{
if (!world.isRemote)
{
itemstack.damageItem(2, player);
world.destroyBlock(event.x, event.y + i, event.z, true);
System.out.println(i);
}