You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed power-type classification for generator machines, including GTSR巨型蒸汽轮机阵列, so they are no longer displayed as power-consuming devices.
Added two independent, stackable GUI filters for power type (All / Consumer / Generator) and machine state (All / Idle / Running / Stopped); filter states reset on GUI reopen.
Changed Shift+Right‑Click scanning to a one‑pass snapshot scan of the current dimension plus the team’s world, with updated tooltip and quest descriptions.
Clamped EU/t to zero for stopped machines at the sampling layer, eliminating stale readings from the 60‑point FIFO; average EU/t decays linearly over subsequent samples.
Added color coding for EU/t columns in the GUI: green for power generation, orange for power consumption, and neutral for zero.
Introduced powerType field throughout MachineRecord, NBT, packet 9, and DeviceTerminalRequestQueue to fully support direction-aware energy display.