Teleport Animation (1.1.2)
Curse Maven Snippet
What's new
v1.1.2 - Server config access fix
Fix
- Server crash on external teleport events: the server was attempting to access client-side config values during network packet processing, causing
IllegalStateException: Cannot get config value before config is loaded. This error occurred when mods like Waystones triggered teleports through the external teleport handler. The server-side validation has been removed; the client validates these settings before sending packets to the server.
Technical Changes
- Removed
isEffectEnabled()andisWarpPlateTransitionsEnabled()checks fromTeleportServer.shouldStartServerTransition(). These are client-side config checks that belong on the client, not the server. The server now only validates player state (alive, not spectator) and networking capabilities.
JAR: teleport_animation-26.2-neoforge-1.1.2.jar
This mod has no additional files

