BlakeBr0 / IronJetpacks

Adds fully customizable FE powered jetpacks!
https://blakesmods.com/iron-jetpacks
MIT License
13 stars 21 forks source link

Hard to diagnose crash when two JSON files have the same "name" string #7

Closed TheDeviantCrafter closed 4 years ago

TheDeviantCrafter commented 5 years ago

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.