SpongePowered / Sponge

The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms.
MIT License
383 stars 210 forks source link

Fix client crash with portals #4110

Closed MrHell228 closed 3 weeks ago

MrHell228 commented 1 month ago

Fixes java.lang.ClassCastException: class net.minecraft.client.multiplayer.ClientLevel cannot be cast to class net.minecraft.server.level.ServerLevel when player tries to enter portal with Sponge on client (running it in ide).