Skip to content
Andrii edited this page May 16, 2026 · 2 revisions

Create Propulsion registers block peripherals when CC: Tweaked (computercraft / cc_tweaked) is installed alongside Create’s ComputerCraft integration.

Full API: ComputerCraft peripherals reference — method lists, throttle behavior, and creative-only APIs.

Quick facts

  • 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.

Related wiki pages

Clone this wiki locally