From f1c0d745037f06132206f44bec17902c7d49d7e8 Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Mon, 29 Jan 2024 17:29:47 +0100 Subject: [PATCH] copy groups before passing them --- nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.lua b/nodes.lua index ceb0563..0bfc44d 100644 --- a/nodes.lua +++ b/nodes.lua @@ -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