-
Notifications
You must be signed in to change notification settings - Fork 16
Home
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.
- Peripheral methods marked
mainThread = truerun 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.