From 20b20870d82ed68d093b514083f81d9a69494426 Mon Sep 17 00:00:00 2001 From: sk89q Date: Sun, 3 Oct 2010 17:29:34 -0700 Subject: [PATCH] Added a top to trees generated by forestgen.js. --- contrib/editscripts/forestgen.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/editscripts/forestgen.js b/contrib/editscripts/forestgen.js index 87284d83c..108279525 100644 --- a/contrib/editscripts/forestgen.js +++ b/contrib/editscripts/forestgen.js @@ -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++) {