diff options
-rw-r--r-- | mapgen.lua | 3 | ||||
-rw-r--r-- | schematics/acaciatree.mts | bin | 211 -> 0 bytes |
2 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)
diff --git a/schematics/acaciatree.mts b/schematics/acaciatree.mts Binary files differdeleted file mode 100644 index f89a22b..0000000 --- a/schematics/acaciatree.mts +++ /dev/null |