Skip to content

Commit

Permalink
Fix typo in flower generation
Browse files Browse the repository at this point in the history
  • Loading branch information
HybridDog authored and PilzAdam committed Aug 6, 2013
1 parent fa9424c commit 9df85d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/flowers/mapgen.lua
Expand Up @@ -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
Expand Down

0 comments on commit 9df85d7

Please sign in to comment.