fix scifi_nodes inventory images - by auouYmous

master
Milan Ihl 2020-09-27 19:38:38 +02:00
parent fdd074589a
commit 46039b1542
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ for _, row in ipairs(node.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,