Skip to content

Components

Vexatos edited this page Jul 13, 2014 · 12 revisions

For those that don't like images: the wiki has moved to a new place, http://ocdoc.cil.li/.
This wiki will no longer be updated.


Components that can be accessed from Lua provide their own APIs. This section is the bastard child of the block and item section and the Lua API section. Read the article on component interaction to learn how to obtain access to these APIs.

You'll also want to have a look at the signals overview, to get an idea what signals (events) can be queued by which components.

OpenComputers Components

These components come with the mod and allow interacting with blocks or items of the mod itself.

Adapter Block Components

These components are for blocks from vanilla Minecraft and other mods that become available when said blocks are placed next to an Adapter block. Important: these are only available when OpenComponents is also installed!

Note that OpenComponents adds support for a lot more blocks than these. There is no list (look at the sources for details), but some of the bigger supported mods are BuildCraft, IndustrialCraft2, Thermal Expansion and Applied Energistics.

Clone this wiki locally