Let's stop leaving debug code in...

This commit is contained in:
Adubbz 2016-02-05 22:25:57 +11:00
parent aa163aa6f1
commit 0dc11c85da

View file

@ -292,8 +292,6 @@ public class GeneratorBasicTree extends GeneratorTreeBase
{
BlockPos hangingPos = new BlockPos(x, y, z);
System.out.println(hangingPos);
if (!world.isAirBlock(hangingPos.up()) && world.rand.nextFloat() <= this.hangingChance)
{
this.setHanging(world, hangingPos);