mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2024-12-22 16:10:18 +01:00
Merge pull request #34 from fluxionary/53_fixes
fix inventory image parameter value
This commit is contained in:
commit
3659705c7d
@ -29,7 +29,7 @@ for _, row in ipairs(plants) do
|
|||||||
description = desc,
|
description = desc,
|
||||||
tiles = {"scifi_nodes_"..name..".png"},
|
tiles = {"scifi_nodes_"..name..".png"},
|
||||||
drawtype = "plantlike",
|
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},
|
groups = {snappy=1, oddly_breakable_by_hand=1, dig_immediate=3, flora=1},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
visual_scale = size,
|
visual_scale = size,
|
||||||
|
Loading…
Reference in New Issue
Block a user