Peripheral Extender Overview

The Peripheral Extender (pe) is the core component of CCPE, integrating multiple ways of reading information and controlling, while also supporting chunk loading and physics body loading.
Channel configuration is saved with Create's schematic system, but be careful about duplicate channels when deploying.
pe
From here on, Peripheral Extender will be referred to as pe.
Guides
- Channel Setup — place a pe and set the channel number
- NBT Reading — read block NBT data
- Peripheral Proxy — get CC:T peripherals
- Wireless Redstone — send and receive redstone signals
- Aeronautics Sensor Integration — read velocity, mass and orientation from the Sable physics engine
- Chunk / Physics Body Loading — keep the area around the target block or a physics structure loaded
- Real-world Example — monitor chest capacity, find specific items
API
Full API reference: Lua API Reference
AI coding assistance
↑ Download this document and send it to an AI assistant (such as ChatGPT, Claude, etc.) to help you quickly write Lua code for the Peripheral Extender.