/
wheel_mount peripheral.setSteering(-1..1) and setBrake(0..1) bypass the redstone reads. Both independent.hasTire, getTireRadius, getExtension, getAngularVelocity, getTouchingFriction, isLiftedUp, plus the usual kinetic SCADA surface.Full changelog · Docs
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
Create_CreativeMotor, Create_RotationSpeedController, Create_Speedometer, Create_Stressometer, Create_MechanicalBearing, Create_MechanicalPiston, Create_RopePulley, Create_ElevatorPulley, Create_ElevatorContact, Create_GantryShaft, Create_SequencedGearshift) - Create's verbatim methods plus a uniform topology surface (getSelfId, getSourceId, getSubnetworkAnchorId, getNetworkId, getKind, getSpeed, hasSource, isOverstressed, getStressImpact, getStressCapacity).nav_table per-target metadata. Compass, recovery compass, and map targets now expose lodestone position, recovery death-pos, and map id/bounds.ink.astrius.create_avionics.api.create.*) for downstream addons.gimbal_sensor.getLinearAcceleration now subtracts gravity. A stationary sensor previously reported ~9.8 m/s² on its vertical axis; it now reports zero. Scripts that compensated manually must drop that compensation.| Old | New |
|---|---|
propeller.getKineticSpeed() | getSpeed() |
propeller_bearing.getKineticSpeed() | getSpeed() |
propeller_bearing.getStressApplied() | getStressImpact() |
mounted_potato_cannon.getKineticSpeed() | getSpeed() |
analog_transmission.getInputSpeed() | getSpeed() |
analog_transmission.getStressApplied() | getStressImpact() |
analog_transmission.getOutputStressApplied() | getOutputStressImpact() |
Full changelog · Docs
Нет описания изменений
Нет описания изменений

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