ComputerCraft peripherals for Create: Simulated and Create: Aeronautics. Drop-in: requires unmodified Simulated 1.2.1+, no fork or patch needed.
A full set of CC: Tweaked peripherals for every instrumentable Simulated
and Aeronautics block — flight sensors, scriptable controls, propulsion,
links, comms. The docs site has the full API reference with units
and body-frame conventions; before writing tight control loops, read the
guide on mainThread setters and the parallel.waitForAll idiom.
A single Mixin cancels upstream's ComputerCraftPeripherals#init() and the
addon's SimulatedCCIntegration re-registers the entire peripheral set via
the published SimPeripheralService SPI. Additional Mixins add the missing
fields and getters to upstream BlockEntities so the readouts above resolve
against stock Simulated/Aeronautics jars.
- Minecraft 1.21.1
- NeoForge 21.1.219+
- Create 6.0.10+
- Create: Simulated 1.2.1+
- Sable 1.1.0+
- CC: Tweaked 1.115+
- Create: Aeronautics 1.2.1+ (optional, required for hot_air_burner and steam_vent)
ccc— Create-styled CC texturescreate-computercraft
MIT, see LICENSE.md and NOTICE.md.