mirror of
https://github.com/minetest/minetest_game.git
synced 2024-12-23 07:10:19 +01:00
flowers/mapgen.lua: Remove unnecessary double quotation marks
This commit is contained in:
parent
8a8712e4a3
commit
21c874ab52
@ -13,7 +13,7 @@ local function register_flower(name)
|
|||||||
},
|
},
|
||||||
y_min = 1,
|
y_min = 1,
|
||||||
y_max = 30,
|
y_max = 30,
|
||||||
decoration = "flowers:"..name.."",
|
decoration = "flowers:"..name,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user