* Create newfile
* Update newfile
* Create Item-Requirements
* Delete newfile
* Rename Item-Requirements to item-requirements
* Update item-requirements
* Update item-requirements
* Update item-requirements
I've changed the logging to debug so it won’t spam at info level, removed the unnecessary JSON path fallbacks (the file always loads from /Items-Information.json), and replaced the manual JSON parsing with a typed ItemRequirementEntry + Gson map. I also ensured quest strings are handled cleanly, with unknown ones ignored rather than causing errors.