LeraRiemann / ProjectInfinity

https://modrinth.com/mod/infinite-dimensions
7 stars 4 forks source link

Invoke Fabric API's ServerWorldEvents.LOAD when loading a new world #12

Closed unilock closed 5 months ago

unilock commented 5 months ago

Certain mods listen to ServerWorldEvents.LOAD to run initialization code before a world starts ticking, which breaks with Infinite Dimension's worlds, since that event is never invoked by its world loading code. See https://github.com/MeatWheeze/NeepMeat/issues/8.

This PR simply invokes the event appropriately.