mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-16 05:43:54 +00:00
Fixed the tree generator.
This commit is contained in:
@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user