ferns in tall conifer forests
This commit is contained in:
parent
0af4c584c9
commit
a310787862
@ -2090,6 +2090,16 @@ minetest.register_decoration({
|
|||||||
|
|
||||||
--ferns
|
--ferns
|
||||||
|
|
||||||
|
minetest.register_decoration({
|
||||||
|
deco_type = "simple",
|
||||||
|
place_on = "mapgen:dirt_with_leafygrass",
|
||||||
|
sidelen = 16,
|
||||||
|
fill_ratio = 0.03,
|
||||||
|
biomes = {"coniferous_forest_tall",},
|
||||||
|
decoration = "mapgen:fern",
|
||||||
|
height = 1,
|
||||||
|
})
|
||||||
|
|
||||||
minetest.register_decoration({
|
minetest.register_decoration({
|
||||||
deco_type = "simple",
|
deco_type = "simple",
|
||||||
place_on = "mapgen:dirt_with_junglegrass",
|
place_on = "mapgen:dirt_with_junglegrass",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user