Crash on game boot
celsiusqc opened this issue · 6 comments
What's the issue you encountered?
Crash
How can the issue be reproduced?
i dont know the reason for crash
Logs
Mod Version
7.0.0.71
Additional information
No response
This is an issue with some other mod you have installed breaking item colour registration. There’s really nothing that can be changed on TAN’s side to fix this.
Maybe a change that TAN could do? This came from a collaborator on the forge discord
I'm going to make a wild guess here, as I can't look at the source code and am not sure what other mods might be involved: Some other mod, I suspect, is doing something with item colors during loadcomplete. This is normally perfectly fine practice, since color handlers should all be registered by then. However, since TAN registers item colors then, instead of during ColorHandlerEvent.Item, it messes stuff up. In theory, this should be fixable from TAN's end by switching where color handlers are registered to use the proper event.