diff --git a/syrup.lua b/syrup.lua index 128a424..a384805 100644 --- a/syrup.lua +++ b/syrup.lua @@ -102,7 +102,7 @@ nodecore.register_craft({ indexkeys = "group:optic_gluable", duration = 2, nodes = {{ - match = {groups = {optic_gluable = true}}, stacked = false + match = {groups = {optic_gluable = true}, stacked = false} }}, after = function(pos, data) data.node.name = data.node.name .. suff