Faulty
Faulty
JUST KIDDING. I forgot to generate the resource pack after I added it to ItemsAdder. Now only the first message isn't loaded with `client_side_translations: true`, just like you suspected.
Hmm this isn't working for me for some reason. I'm on the latest V1.2 of builder and I checked with the newest source of GMEdit as well as the binary...
Yeah so it seems that these lines are "causing" the error:  If I comment it out, the configs folder loads fine albeit with just the default config because those...
So digging a bit deeper I decided to log what was actually going into the JSON.parse function. I used this to log it to the console: ```js console.log(new TextDecoder("utf-8").decode(Electron_FS.readFileSync(Project.current.path))); ```...