Skip to content

Commit 9df85d7

Browse files
HybridDogPilzAdam
HybridDog
authored andcommittedAug 6, 2013
Fix typo in flower generation
1 parent fa9424c commit 9df85d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mods/flowers/mapgen.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
4646
elseif flower_choice == 4 then
4747
flower = "flowers:dandelion_white"
4848
elseif flower_choice == 5 then
49-
flower = "flowers:flower_geranium"
49+
flower = "flowers:geranium"
5050
elseif flower_choice == 6 then
5151
flower = "flowers:viola"
5252
end

0 commit comments

Comments
 (0)
Please sign in to comment.