mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 13:11:41 -04:00
Fix typo in flower generation
This commit is contained in:
parent
fa9424c31b
commit
9df85d7752
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
|
elseif flower_choice == 4 then
|
||||||
flower = "flowers:dandelion_white"
|
flower = "flowers:dandelion_white"
|
||||||
elseif flower_choice == 5 then
|
elseif flower_choice == 5 then
|
||||||
flower = "flowers:flower_geranium"
|
flower = "flowers:geranium"
|
||||||
elseif flower_choice == 6 then
|
elseif flower_choice == 6 then
|
||||||
flower = "flowers:viola"
|
flower = "flowers:viola"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue