mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2024-12-22 16:10:18 +01:00
copy groups before passing them
This commit is contained in:
parent
89876b23e7
commit
f1c0d74503
@ -622,7 +622,7 @@ for name, def in pairs(nodes) do
|
|||||||
slats.register_slat(
|
slats.register_slat(
|
||||||
name,
|
name,
|
||||||
"scifi_nodes:" .. name,
|
"scifi_nodes:" .. name,
|
||||||
node_def.groups,
|
table.copy(node_def.groups),
|
||||||
"scifi_nodes_" .. name .. ".png^slats_slat_overlay.png^[makealpha:255,126,126",
|
"scifi_nodes_" .. name .. ".png^slats_slat_overlay.png^[makealpha:255,126,126",
|
||||||
def.description .. " Slat",
|
def.description .. " Slat",
|
||||||
sounds
|
sounds
|
||||||
|
Loading…
Reference in New Issue
Block a user