/
gyroscopic_propeller_bearing actually controllable from Lua. New persistent manual-target override replaces the bearing's automatic gravity-tracking with a script-supplied direction. State is synced to the client and survives save/load. The bearing's 12° cone clamp, redstone power gate, and stabilization-strength gate still apply on top.
setManualTarget({x,y,z}), clearManualTarget(), getManualTarget()gyroscopic_propeller_bearing.setTilt and setStrictTilt. These were never callable in 0.3.0 — CC silently dropped them because List<Double> is not a supported @LuaFunction parameter type. Even with the marshalling fixed, they were single-tick step primitives that the bearing's own physics tick overwrites on the next tick. Use setManualTarget instead.Full changelog · Docs

CC: Tweaked peripherals for Create: Simulated and Create: Aeronautics.