Fixed the tree generator.

This commit is contained in:
sk89q 2011-01-08 11:41:22 -08:00
parent d55fa96e3e
commit 7a2f1b58e2

View File

@ -62,7 +62,7 @@ public class MinecraftServerInterface {
bt treeGen = new ib();
return treeGen.a(proxy, random,
pt.getBlockX(), pt.getBlockY(), pt.getBlockZ());
pt.getBlockX(), pt.getBlockY() + 1, pt.getBlockZ());
}
/**