From 14a123c7b5b61f701c81aef4e348f0fad0a428f7 Mon Sep 17 00:00:00 2001 From: flux <25628292+fluxionary@users.noreply.github.com> Date: Thu, 30 Apr 2020 21:52:25 +0000 Subject: [PATCH] fix inventory image parameter value --- plants.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plants.lua b/plants.lua index f039de5..1160a5e 100644 --- a/plants.lua +++ b/plants.lua @@ -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,