mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
Added a top to trees generated by forestgen.js.
This commit is contained in:
@ -72,6 +72,8 @@ function makeTree(x, y, z) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
minecraft.setBlock(x, y + height, z, 18);
|
||||
}
|
||||
|
||||
for (var x = player.blockX - size; x <= player.blockX + size; x++) {
|
||||
|
Reference in New Issue
Block a user