Hi guys,
I facing an issue... i have some items that have a "-" simbol in the middle of the name, i.e:** burger-cheese**
When i include it on config, it returns an error:
Error parsing script @cw-crafting/config.lua in resource cw-crafting: @cw-crafting/config.lua:74: '}' expected (to close '{' at line 73) near '='
I tried to use in different ways:
-
materials = { "burger-cheese" = 1, },
materials = {
'burger-cheese' = 1,
},
materials = {
"burger-cheese = 1",
},*
Anyone know any way to solve this?
(sorry about my english 🙂 )
Thanks 😉