Skip to content
Snippets Groups Projects
Commit d22a0514 authored by tenplus1's avatar tenplus1
Browse files

Updated biomes

parent c1e75822
No related branches found
No related tags found
No related merge requests found
......@@ -376,7 +376,7 @@ minetest.register_decoration({
deco_type = "schematic",
place_on = "ethereal:mushroom_dirt",
sidelen = 80,
fill_ratio = 0.07,
fill_ratio = 0.03,
biomes = {"mushroom"},
schematic = path.."mushroomone.mts",
flags = "place_center_x, place_center_z",
......@@ -510,7 +510,7 @@ minetest.register_decoration({
deco_type = "simple",
place_on = "ethereal:bamboo_dirt",
sidelen = 80,
fill_ratio = 0.055,
fill_ratio = 0.05,
biomes = {"bamboo"},
decoration = "ethereal:bamboo",
height_max = 5,
......
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