Crash on launch with latest CI build
shadowfacts opened this issue ยท 6 comments
Crash report: https://gist.github.com/shadowfacts/f311ba40f0c1b13f1dd6b6f10fd76076
Forge: 14.21.1.2387
That crash reports includes a couple other mods, but I've verified that it happens with just Charset.
That seems to be fixed, but a slightly different crash this time with the icon item.
It's weird because it looks like the event is called too... early? Huh. I'll look into it more.
Yeah, that event would have to be firing before pre-init for the item to be null, but with the Forge registry changes, registry events are fired immediately after mod pre-init.