Create: Avionics

Create: Avionics adds CC: Tweaked peripherals for the Create: Simulated and Create: Aeronautics ecosystems. It's a drop-in addon — no fork, no patches.

Peripherals

The sidebar lists every peripheral exposed to ComputerCraft. Each page documents the methods callable from Lua — argument types, return values, and any mainThread / yield notes.

Wrap a peripheral the usual way:

local engine = peripheral.find("portable_engine")
print(engine.getRpm())

Source

Source: https://github.com/SolAstrius/CreateAvionics · License: MIT.

Globals

_GStubs for the CC: Tweaked globals our docs reference.

Peripherals

Create_CreativeMotorDrop-in replacement for Create's Create_CreativeMotor peripheral.
Create_ElevatorContactAn elevator contact — one floor button + landing pad.
Create_ElevatorPulleyAn elevator pulley — Create's smart-floor lift.
Create_GantryShaftA gantry shaft — the rail along which a gantry carriage slides.
Create_MechanicalBearingA mechanical bearing — Create's contraption assembler.
Create_MechanicalPistonA mechanical piston (regular or sticky).
Create_RopePulleyA rope pulley.
Create_RotationSpeedControllerDrop-in replacement for Create's Create_RotationSpeedController peripheral.
Create_SequencedGearshiftDrop-in replacement for Create's Create_SequencedGearshift peripheral.
Create_SpeedometerDrop-in replacement for Create's Create_Speedometer peripheral.
Create_StressometerDrop-in replacement for Create's Create_Stressometer peripheral.
altitude_sensorReports the sensor's world altitude, local air pressure, and vertical speed.
analog_transmissionA scriptable variable-ratio gearbox.
directional_gearshiftA redstone-controlled gearshift with separate left and right power inputs that select between forward, reverse, and stop on the non-source faces.
gas_providerShared peripheral for gas-output blocks (burners, vents) that fill balloons.
gimbal_sensorInertial measurement on the body frame: pitch/roll angles, angular rates, gravity vector, and linear acceleration.
gyroscopic_propeller_bearingGyroscopic propeller bearing.
laser_pointerA pointable laser.
laser_sensorA laser-receiving sensor.
linked_typewriterA typewriter that forwards keypresses to attached computers and exposes the currently held keys.
mounted_potato_cannonA mounted potato cannon.
navigation_tableA navigation table.
physics_assemblerA physics assembler.
portable_engineA fuel-burning engine.
propellerShared peripheral for all small propeller variants (wooden, andesite, smart).
propeller_bearingA propeller bearing.
rope_winchA kinetic rope winch.
steering_wheelA pilot steering wheel.
swivel_bearingA swivel bearing — Simulated's contraption assembler.
throttle_leverA 16-position physical lever.
torsion_springA torsion spring.
velocity_sensorA directional velocity sensor.
wheel_mountOne wheel of a vehicle.

Guides

Yielding peripheral calls and the parallel idiomMany Create: Avionics peripherals expose setters that mutate world state — throttle_lever.setSignal, propeller_bearing.assemble