GregTech Quallity of Life Addon

Adds E-Scoop, 4x9 Workrable plus (with instruments slots), Elevators and Sleeping bags!

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

Forge

implementation fg.deobf("curse.maven:gregtech-quallity-of-life-addon-1460830:7620630")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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