From 642973edcee2a3adc2b05d6c8f60402f414dda27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Thu, 12 Dec 2013 12:28:32 -0800 Subject: [PATCH] Updated Components (markdown) --- Components.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Components.md b/Components.md index 28c254b..d357829 100644 --- a/Components.md +++ b/Components.md @@ -1,5 +1,7 @@ Components that can be accessed from Lua provide their own APIs. This section is the bastard child of the [[block|Blocks]] and [[item|Items]] section and the [[Lua API section|APIs]]. Read the [[article on component interaction|ComponentAccess]] to learn how to obtain access to these APIs. +You'll also want to have a look at the [[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.