mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Fix cornflower biomes and change seed values for cornflowers and lilies of the valley
This commit is contained in:
parent
b79f74c390
commit
5da6c25ccf
1 changed files with 2 additions and 2 deletions
|
@ -5288,8 +5288,8 @@ local function register_decorations()
|
|||
register_flower("allium", nil, 0) -- flower Forest only
|
||||
register_flower("blue_orchid", {"Swampland"}, 64500, false)
|
||||
|
||||
register_flower("lily_of_the_valley", nil, 436)
|
||||
register_flower("cornflower", {"Plains", "SunflowerPlains"}, 536)
|
||||
register_flower("lily_of_the_valley", nil, 325)
|
||||
register_flower("cornflower", flower_biomes2, 486)
|
||||
end
|
||||
|
||||
-- Decorations in non-Overworld dimensions
|
||||
|
|
Loading…
Reference in a new issue