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

Floatland biomes: Simplify to grassland

Make the placeholder biomes grassland to make the shape of the floatland
terrain more visible.
This commit is contained in:
paramat
2017-08-01 04:47:37 +01:00
committed by paramat
parent b4abb07572
commit 57577596d6
2 changed files with 9 additions and 13 deletions

View File

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