Sodium

Sodium

35M Downloads

Fabric API's ClientChunkEvents aren't invoked

Leo40Git opened this issue ยท 1 comments

commented

Expected Behavior

The events in ClientChunkEvents should be invoked when appropriate.

Actual Behavior

Due to how Sodium works, the code that does so is overriden, so they're never invoked.

Attachments

The events: https://github.com/FabricMC/fabric/blob/1.16/fabric-lifecycle-events-v1/src/main/java/net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientChunkEvents.java
The mixin responsible for invoking said events: https://github.com/FabricMC/fabric/blob/1.16/fabric-lifecycle-events-v1/src/main/java/net/fabricmc/fabric/mixin/event/lifecycle/client/ClientChunkManagerMixin.java

commented

Probably fixed by 6caf15f.