mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Added a top to trees generated by forestgen.js.
This commit is contained in:
parent
c0e78bebf4
commit
20b20870d8
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user