mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 14:23:16 -04:00
don't generate the wrong flower
This commit is contained in:
parent
eb71e01887
commit
3fa09efe9e
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
|
|||
elseif flower_choice == 4 then
|
||||
flower = "flowers:dandelion_white"
|
||||
elseif flower_choice == 5 then
|
||||
flower = "flowers:flower_geranium"
|
||||
flower = "flowers:geranium"
|
||||
elseif flower_choice == 6 then
|
||||
flower = "flowers:viola"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue