master
TenPlus1 2016-06-12 16:09:55 +01:00
parent 6dc313473a
commit 29cac6e756
2 changed files with 1 additions and 2 deletions

View File

@ -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) add_schem({"ethereal:green_dirt"}, 0.001, {"jumble"}, 1, 100, path .. "bigtree.mts", ethereal.jumble)
-- aspen tree -- aspen tree
add_schem({"ethereal:green_dirt"}, 0.02, {"grassytwo"}, 1, 50, add_schem({"ethereal:green_dirt"}, 0.02, {"grassytwo"}, 1, 50, dpath .. "aspen_tree.mts", ethereal.jumble)
minetest.get_modpath("default").."/schematics/aspen_tree.mts", ethereal.jumble)
-- birch tree -- birch tree
add_schem({"ethereal:green_dirt"}, 0.02, {"grassytwo"}, 50, 100, ethereal.birchtree, ethereal.grassytwo) add_schem({"ethereal:green_dirt"}, 0.02, {"grassytwo"}, 50, 100, ethereal.birchtree, ethereal.grassytwo)

Binary file not shown.