summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mapgen.lua3
-rw-r--r--schematics/acaciatree.mtsbin211 -> 0 bytes
2 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)
diff --git a/schematics/acaciatree.mts b/schematics/acaciatree.mts
deleted file mode 100644
index f89a22b..0000000
--- a/schematics/acaciatree.mts
+++ /dev/null
Binary files differ