Only register color handlers if the item is not disabled
Joe12o opened this issue ยท 1 comments
After disabling a few items in the config the game crashed on startup with an error saying Item must be registered before assigning color handler.
It seems that in ModItemColors you don't make sure that the item isn't disabled before registering a color handler for it which causes this crash.