Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
component [2014/07/06 15:56]
vexatos created
component [2014/07/06 16:22]
vexatos
Line 1: Line 1:
 Components Components
----------------+========== 
 +Components that can be accessed from Lua provide their own APIs. This section is the bastard child of the Blocks and Items section and the [[api|Lua API section]]. Read the [[component:​component_access|article on component interaction]] to learn how to obtain access to these APIs. 
 + 
 +You'll also want to have a look at the [[component:​signals|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|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.
  
 Contents Contents
 ----------- -----------
 {{page>​component:​contents&​noheader&​noeditbutton&​nouser&​nofooter}} {{page>​component:​contents&​noheader&​noeditbutton&​nouser&​nofooter}}