Alex's Mobs

Alex's Mobs

72M Downloads

ModConfigEvent always fires after registry events, making some config options not work

chandler05 opened this issue ยท 0 comments

commented

I came across some issues while trying to fix bugs that I couldn't figure out the cause of (until now) #422, #530, #35

It turns out the cause of all of these stems from a single issue with the ModConfigEvent, which only fires AFTER the registry events (MinecraftForge/MinecraftForge#7423) making the biomes, mob health, and other config options unusable through that event which Alex's Mobs currently uses.

I don't know if those config options should be removed or if there is another way to do mod config that could be implemented to use these other config options (I'm not completely familiar with forge)