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_max = 30,
|
||||
decoration = "flowers:"..name.."",
|
||||
decoration = "flowers:"..name,
|
||||
})
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user