File Details
GregTech Quality of Life Addon 0.1.8 HOTFIX.jar
- B
- Feb 13, 2026
- 161.40 KB
- 57
- 1.20.1
- Forge
File Name
GregTech Quality of Life Addon 0.1.8 HOTFIX.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Fixed dedicated server startup crush caused by client side code in elevator.
Critical Server Crash:
- Fixed a NoClassDefFoundError occurring on dedicated servers. The ElevatorBlock event handler was incorrectly trying to access client-only classes (LocalPlayer) on the server side.
- Logical Side Separation: Added proper @EventBusSubscriber side distribution (Dist.CLIENT) to ensure the elevator input logic only runs on the client, preventing the server from crashing during the boot sequence.
Changes:
- Refactored ElevatorBlock internal event handling for better stability.
- Updated network packet calls to be safer during cross-side communication