Created Components (markdown)

Florian Nücke 2013-12-04 09:25:55 -08:00
parent b8b13795de
commit f4ff2d3b8e

13
Components.md Normal file

@ -0,0 +1,13 @@
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.
- [[Command Block|Component/CommandBlock]]
- [[Computer|Component/Computer]]
- [[Crafting Upgrade|Component/Crafting]]
- [[FileSystem|Component/FileSystem]]
- [[Generator Upgrade|Component/Generator]]
- [[Graphics Card|Component/GPU]]
- [[Network Card / Wireless Network Card|Component/Modem]]
- [[Note Block|Component/NoteBlock]]
- [[Power Distributor|Component/Power]]
- [[Redstone Card|Component/Redstone]]
- [[Robot|Component/Robot]]