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
Peripheral methods marked mainThread = true run on the server thread (safe for world/block updates).
While a computer is attached, thrusters enter peripheral control: throttle comes from Lua (setPower / setThrust / …), not from adjacent redstone strength.
On detach, thrusters return to normal redstone control and Lua throttle is cleared.