3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-07-09 12:08:02 +02:00

Added a top to trees generated by forestgen.js.

Dieser Commit ist enthalten in:
sk89q 2010-10-03 17:29:34 -07:00
Ursprung c0e78bebf4
Commit 20b20870d8

Datei anzeigen

@ -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++) {