mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-05 23:33:51 +01:00
Fix typo in flower generation
This commit is contained in:
parent
fa9424c31b
commit
9df85d7752
@ -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…
Reference in New Issue
Block a user