From c78af51f00d97939f3964fe54014fd1777f1482b Mon Sep 17 00:00:00 2001 From: Vexatos Date: Sun, 13 Jul 2014 05:37:12 -0700 Subject: [PATCH] Updated Components (markdown) --- Components.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Components.md b/Components.md index 7822647..86fad2c 100644 --- a/Components.md +++ b/Components.md @@ -1,3 +1,10 @@ +[![](http://i.imgur.com/GKcszRV.png)](http://ocdoc.cil.li/) + +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|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.