Hooks for the current client world being changed
haykam821 opened this issue ยท 1 comments
The client doesn't seem to have an event for the current ClientWorld
being updated, which I believe is common and useful enough to not require mod authors to inject into the relevant code on their own. A useful injection point would be the MinecraftClient#setWorld
method.