mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-04-22 03:30:25 +02: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(
|
||||
name,
|
||||
"scifi_nodes:" .. name,
|
||||
node_def.groups,
|
||||
table.copy(node_def.groups),
|
||||
"scifi_nodes_" .. name .. ".png^slats_slat_overlay.png^[makealpha:255,126,126",
|
||||
def.description .. " Slat",
|
||||
sounds
|
||||
|
Loading…
x
Reference in New Issue
Block a user