Skip to content

v1.7.51

Choose a tag to compare

@Siesta0217 Siesta0217 released this 02 Jul 01:11

v1.7.51 — Static-review fixes + silent-catch audit

Review pass over everything shipped in v1.7.42–50. Two real bugs fixed:

  • Panic/GUI-disabling ElytraGoto could leave the jump key stuck down forever (if auto-takeoff was mid-hold) — the character would bounce endlessly. Toggling off now runs the full stop() cleanup; Panic during a managed landing also properly releases control.
  • AutoEat deadlocked against Nuker/AutoTool — the mining modules kept swapping the food out of hand mid-bite. They now yield while AutoEat is eating and resume after.

Silent-catch audit (B4) complete: new one-shot Log.once logging wired into 11 packet/state-sensitive catches (ElytraGoto rockets, Scaffold packets, CritHit mini-hop, Timer, AutoTool enchant lookup, and config load/save — a silently failing config save was the worst offender). After an MC update, packet breakage now shows in the log instead of failing invisibly.

Also verified: registry self-check 29/29 zero-drift, CI green on the last 4 pushes.