Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 904 Bytes

File metadata and controls

17 lines (11 loc) · 904 Bytes

ComputerCraft (CC: Tweaked)

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