Redwood saplings actually grow now and now only require a single sapling

This commit is contained in:
Adubbz 2013-11-23 11:34:14 +11:00
parent 4c2a40268f
commit 18bb2ef162
1 changed files with 26 additions and 28 deletions

View File

@ -150,9 +150,7 @@ public class BlockBOPColorizedSapling extends BlockSapling
break;
case 3: // Redwood Tree
if (this.isSameSapling(world, x + 1, y, z, 3) && this.isSameSapling(world, x - 1, y, z, 3) && this.isSameSapling(world, x, y, z + 1, 3) && this.isSameSapling(world, x, y, z - 1, 3) && this.isSameSapling(world, x + 1, y, z + 1, 3) && this.isSameSapling(world, x + 1, y, z - 1, 3) && this.isSameSapling(world, x - 1, y, z + 1, 3) && this.isSameSapling(world, x - 1, y, z - 1, 3)) {
obj = new WorldGenRedwoodTree2(false);
}
break;
case 4: // Willow Tree