Tweaked the chances of cutting down a tree

This commit is contained in:
Adubbz 2013-07-12 16:03:52 +10:00
parent 43f5af2d65
commit 19010d935d
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class AxeChopHandler
}
}
if (world.rand.nextInt(25 + logNo) == 0)
if (world.rand.nextInt(15 + logNo) == 0)
{
for (int i = 0; world.getBlockId(event.x, event.y + i, event.z) == firstBlockId; i++)
{