Releases: rithsgit/RTPTrials
RTPTrials - 1.21.11
RTPTrials - 1.21.4
v1.2.0 — Current
Fixed HudRenderCallback deprecation — replaced with HudLayerRegistrationCallback using attachLayerAfter(IdentifiedLayer.MISC_OVERLAYS, ...)
Fixed crash on launch caused by invalid layer identifier minecraft:misc/vignette
Fixed attachLayerLast and attachLayer not existing on LayeredDrawerWrapper — correct method is attachLayerAfter with three arguments
v1.1.0
Fixed stale HUD persisting after disconnect — timer now resets via ClientPlayConnectionEvents.DISCONNECT
Fixed completion sound never firing — was checking for -1 which server never sends, now correctly triggers on newTime == 0
Added lastTimerSeconds tracking for one-shot completion sound
Pling pitch now ramps gradually from 0.8 to 1.2 over 5 seconds
HUD colour now has four stages: white, yellow, orange, red
Background changed to semi-transparent (0xAA000000)
Z-offset reduced from 999 to 200
Text shadow enabled
v1.0.0 — Initial
Basic countdown HUD rendering
Pling sound below 30 seconds
Teleport completion sound on -1 packet (broken)