Display MoreThanks for the report! -Looks like some old inventory code was still kicking around and causing problems. I'll upload the fix later today, but if you want to change it for yourself before then, it's pretty simple.
Open up mod.js and ctrl-f for the line:
let a = inventory[itemID]
And change it to this:
let a = itemID
This is a known issue with progressive gear, I'm afraid. No ETA on a fix, as I'm still unsure what specifically causes it, and since the gear still saves it's a lower priority than other issues.
thank you for the help, that worked and all is working now