Results 34 comments of 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: ![image](https://user-images.githubusercontent.com/6508045/103468173-20399600-4d1c-11eb-92f9-cd38b348684d.png) 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))); ```...