From 5eaedef161ded4b4e0a611a126afdc1eefdce34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Wed, 4 Dec 2013 09:33:08 -0800 Subject: [PATCH] Updated Components (markdown) --- Components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components.md b/Components.md index 23c12af..fd24118 100644 --- a/Components.md +++ b/Components.md @@ -1,4 +1,4 @@ -Components that can be accessed from Lua provide their own APIs. This section is the bastard child of the [[block and item section|BlocksItems]] and the [[Lua API section|APIs]]. Read the [[article on component interaction|ComponentAccess]] to learn how to obtain access to these APIs. +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. - [[Command Block|Component/CommandBlock]] - [[Computer|Component/Computer]]