BUG: Crashing during / slightly after new world creation
ModifiedMC opened this issue ยท 2 comments
Minecraft Version
1.20.1
Forge Version
47.3.11
Lightman's Currency Version
LC 2.2.3.5b
Environment Type
Minecraft Client (Bug/crash happened in a single-player world or while the game was booting)
Other relevant Mods
Crash report mentions cobblemon (v1.5.2), but it often comes up as a false positive
Describe the bug
- Create new world
- Game crash
To Reproduce
- Create new world
- Game crash
Screenshots/Logs/Crash Reports
This is very odd, as the only reason it should be unable to get the Team data during a server tick is if the server cannot be found (which obviously should never be true during a server tick as it's kinda implied that the server exists at that point), or if the overworld isn't loaded, which also should never be true as the overworld should always be loaded at all times...
I can put in a workaround for safety/compatibility, but there's gotta be another mod that modifying vanilla behavior and keeping the overworld from being loaded before the first server tick or something along those lines...