You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My mod (https://github.com/IMB11/SkinShuffle) registers optional server networking events and client networkng events, but this shouldnt do anything - this has only started occuring when updating Fabric API from 0.95.1+1.20.4 to 0.97.1+1.20.4.
When joining a vanilla server, a modded server or singleplayer, an assertion error occurs.
My mod (https://github.com/IMB11/SkinShuffle) registers optional server networking events and client networkng events, but this shouldnt do anything - this has only started occuring when updating Fabric API from
0.95.1+1.20.4
to0.97.1+1.20.4
.When joining a vanilla server, a modded server or singleplayer, an assertion error occurs.
According to IDEA, the assertion occurs here, makes no sense though...
My networking classes: https://github.com/IMB11/SkinShuffle/tree/main/src/main/java/com/mineblock11/skinshuffle/networking
None of the networking events are called, this assertion error happens before that.
No data is sent from client -> server before the client joins the world either.
The text was updated successfully, but these errors were encountered: