Update 'mods/flowers/init.lua'

This commit is contained in:
thunderdog1138 2020-05-17 23:32:44 +00:00
parent d43bd4f8ca
commit 976045daef
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,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,