forked from thunderdog1138/star_wars
Update 'mods/flowers/init.lua'
This commit is contained in:
parent
70a4a70daf
commit
45c9864461
|
@ -35,7 +35,7 @@ local function add_simple_flower(name, desc, box, f_groups)
|
|||
description = desc,
|
||||
drawtype = "plantlike",
|
||||
waving = 1,
|
||||
tiles = { name .. ".png"},
|
||||
tiles = {name .. ".png"},
|
||||
inventory_image = name .. ".png",
|
||||
wield_image = name .. ".png",
|
||||
sunlight_propagates = true,
|
||||
|
|
Loading…
Reference in New Issue