1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-28 04:40:22 +02:00

Floatland biomes: Add forest, tune beach height

This commit is contained in:
paramat
2018-02-25 20:19:41 +00:00
committed by paramat
parent 04a46d0671
commit 702070accb
2 changed files with 29 additions and 8 deletions

View File

@ -114,7 +114,8 @@ local function register_mushroom(name)
octaves = 3,
persist = 0.66
},
biomes = {"deciduous_forest", "coniferous_forest"},
biomes = {"deciduous_forest", "coniferous_forest",
"floatland_coniferous_forest"},
y_max = 31000,
y_min = 1,
decoration = "flowers:"..name,