diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-06-12 16:09:55 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-06-12 16:09:55 +0100 |
commit | 29cac6e7569ef23c1ce27ff57c6252de6f65144a (patch) | |
tree | 8ff1d2549c6ec7e8a1d2a3b183601271087a2220 /mapgen.lua | |
parent | 6dc313473a212d8b7226923f2363793ceb52c0f5 (diff) |
tidy
Diffstat (limited to 'mapgen.lua')
-rw-r--r-- | mapgen.lua | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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)
|