Hard to diagnose crash when two JSON files have the same "name" string
TheDeviantCrafter opened this issue ยท 0 comments
This is more of a feature request than a crash report. I recently made the mistake of having two JSON files which both contained this line:
"name": "architect",
This crashed, as could probably be expected. The issue is that the crash report was incredibly non-descriptive, and it took me a while to track down the issue.
The crash report can be found here: https://pastebin.com/cn1c8n3m
I'd like to see a catch added to the mod so that if a similar crash happens, it mentions Iron Jetpacks somewhere in the log or crash report.