fix inventory image parameter value

这个提交包含在:
flux 2020-04-30 21:52:25 +00:00
父节点 f341f26905
当前提交 14a123c7b5
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -29,7 +29,7 @@ for _, row in ipairs(plants) do
description = desc,
tiles = {"scifi_nodes_"..name..".png"},
drawtype = "plantlike",
inventory_image = {"scifi_nodes_"..name..".png"},
inventory_image = "scifi_nodes_"..name..".png",
groups = {snappy=1, oddly_breakable_by_hand=1, dig_immediate=3, flora=1},
paramtype = "light",
visual_scale = size,