Update 'mods/flowers/init.lua'

This commit is contained in:
thunderdog1138 2020-05-17 23:33:25 +00:00
parent 976045daef
commit c5ca89d219
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ local function add_simple_flower(name, desc, box, f_groups)
drawtype = "plantlike",
waving = 1,
tiles = {name .. ".png"},
inventory_image = .. name .. ".png",
wield_image = .. name .. ".png",
inventory_image = name .. ".png",
wield_image = name .. ".png",
sunlight_propagates = true,
paramtype = "light",
walkable = false,