Crash Loading World
djnifos opened this issue ยท 2 comments
Bug description
ATM10, crashes mid-load, prior to config loaded. Perhaps the check for MerchantScreen should be prior to the config check? Just a guess.
Minecraft version
1.21.1
Mod version
1.21.1-1.1.21
Mod loader and version
Neoforge 21.1.42
Steps to reproduce
Unsure what leads the screen function to call mid world load unfortunately, we've seen two similar logs so far.
Expected behavior
No response
Log files
Screenshots
No response
This looks like an incompatibility with another mod to me. The open screen event shouldn't be called before the mod/config is loaded. This would hint at another mod messing with the events. Please check if this happens without any other mods or which mod is causing the issue.
I will look into a workaround for now.