forked from VoxeLibre/VoxeLibre
Fix cornflower biomes and change seed values for cornflowers and lilies of the valley
This commit is contained in:
parent
b79f74c390
commit
5da6c25ccf
|
@ -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 New Issue