Made axes receive extra damage per log cut
This commit is contained in:
parent
3aed010100
commit
f163f26ccb
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue