aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts/world.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/world.lua')
-rw-r--r--Scripts/world.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/Scripts/world.lua b/Scripts/world.lua
index 6a526dd..8fb3136 100644
--- a/Scripts/world.lua
+++ b/Scripts/world.lua
@@ -76,7 +76,8 @@ world = {
elseif Y < YGen and Y > (YGen - YDepth) then
self:setData(X, Y, Z, "dirt");
elseif Y < YGen then
- self:setData(X, Y, Z, "stone");
+ --self:setData(X, Y, Z, "stone");
+ self:setData(X, Y, Z, "grass");
end
--print(X..","..Y..","..Z);
end