Failed to load mods: __Legotorio__/data-final-fixes.lua:1: __Legotorio__/config.lua:10: '}' expected (to close '{' at line 9) near '='
stack traceback:
[C]: in function 'require'
__Legotorio__/data-final-fixes.lua:1: in main chunk
Here is the content of config.lua :
Code: Select all
return {
-- lower case resource pack name, same of mod folder name (exclusing version) and "name" in info.json; no double underscores ("__")!
resource_pack_name = "Legotorio",
-- let the mod know what you will be retexturing
data = {
base = {
graphics = {
entity = {
small-lamp = {
["lamp.png"] = { },
["lamp-light.png"] = { },
},
},
},
},
}
}

