summaryrefslogtreecommitdiff
path: root/mapgen.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2016-06-12 16:09:55 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2016-06-12 16:09:55 +0100
commit29cac6e7569ef23c1ce27ff57c6252de6f65144a (patch)
tree8ff1d2549c6ec7e8a1d2a3b183601271087a2220 /mapgen.lua
parent6dc313473a212d8b7226923f2363793ceb52c0f5 (diff)
tidy
Diffstat (limited to 'mapgen.lua')
-rw-r--r--mapgen.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/mapgen.lua b/mapgen.lua
index f922676..69eaacd 100644
--- a/mapgen.lua
+++ b/mapgen.lua
@@ -229,8 +229,7 @@ add_schem({"ethereal:green_dirt"}, 0.03, {"grassy"}, 1, 100, dpath .. "apple_tre
add_schem({"ethereal:green_dirt"}, 0.001, {"jumble"}, 1, 100, path .. "bigtree.mts", ethereal.jumble)
-- aspen tree
-add_schem({"ethereal:green_dirt"}, 0.02, {"grassytwo"}, 1, 50,
- minetest.get_modpath("default").."/schematics/aspen_tree.mts", ethereal.jumble)
+add_schem({"ethereal:green_dirt"}, 0.02, {"grassytwo"}, 1, 50, dpath .. "aspen_tree.mts", ethereal.jumble)
-- birch tree
add_schem({"ethereal:green_dirt"}, 0.02, {"grassytwo"}, 50, 100, ethereal.birchtree, ethereal.grassytwo)