Skip to content
Snippets Groups Projects
Commit 7c2f4f74 authored by Milan's avatar Milan
Browse files

update mushroomone

parent 7d3333c1
No related branches found
No related tags found
No related merge requests found
......@@ -266,7 +266,18 @@ add_schem({"default:dirt_with_snow"}, 0.001, {"alpine"}, 221, 310, path .. "yell
add_schem({"ethereal:crystal_dirt"}, 0.01, {"frost"}, 130, 185, path .. "frosttrees.mts", ethereal.frost)
-- giant mushroom
add_schem({"ethereal:mushroom_dirt"}, 0.02, {"mushroom"}, 1, 100, path .. "mushroomone.mts", ethereal.mushroom)
minetest.register_decoration({
deco_type = "schematic",
place_on = {"ethereal:mushroom_dirt"},
sidelen = 85,
fill_ratio = 0.012,
biomes = "mushroom",
rotation = "random",
y_min = 2,
y_max = 100,
schematic = path .. "mushroomone.mts",
flags = "place_center_y, place_center_x, place_center_z",
})
-- small lava crater
--add_schem({"ethereal:fiery_dirt"}, 0.01, {"fiery"}, 30, 100, path .. "volcanom.mts", ethereal.fiery)
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment