forked from nalc/nalc_game
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:
@ -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,
|
||||
|
Reference in New Issue
Block a user