mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Fixed the tree generator.
This commit is contained in:
parent
d55fa96e3e
commit
7a2f1b58e2
@ -62,7 +62,7 @@ public class MinecraftServerInterface {
|
|||||||
|
|
||||||
bt treeGen = new ib();
|
bt treeGen = new ib();
|
||||||
return treeGen.a(proxy, random,
|
return treeGen.a(proxy, random,
|
||||||
pt.getBlockX(), pt.getBlockY(), pt.getBlockZ());
|
pt.getBlockX(), pt.getBlockY() + 1, pt.getBlockZ());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user