Update 'mods/flowers/init.lua'

This commit is contained in:
thunderdog1138 2020-09-22 16:27:09 +00:00
parent 70a4a70daf
commit 45c9864461
1 changed files with 1 additions and 1 deletions

View File

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