[1.21.1 NeoForge] Datapack error when exiting and reentering a world
brisingraerowing opened this issue ยท 2 comments
Looks like something didn't unload correctly.
This looks like Ars is trying to compute loot drops before the server is available, and Apoth's GLM expects it to be present.
Honestly I'm not really sure which is incorrect here. At face value I think it's Ars, since computing loot requires a ServerLevel (and thus the server).