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.