From a8dbc38d02908488032c7c1e66936d6eeae12573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Wed, 11 Dec 2013 13:26:41 -0800 Subject: [PATCH] Updated Blocks (markdown) --- Blocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blocks.md b/Blocks.md index b48c91e..ac684e4 100644 --- a/Blocks.md +++ b/Blocks.md @@ -6,7 +6,7 @@ Adapter Used to control non-component blocks, such as vanilla blocks or blocks from other mods. -This block allows interfacing with all kinds of blocks, as long as a driver is made available to OpenComputers. For example, OpenComputers comes with such drivers for the vanilla [[Command Block|Component/CommandBlock]] and [[Note Block|Component/NoteBlock]], as well as one for [[Redstone in Motion Carriage Controllers|Component/Carriage]]. +This block allows interfacing with all kinds of blocks, as long as a driver is made available to OpenComputers. For example, OpenComputers comes with such drivers for the vanilla [[Command Block|Component/CommandBlock]] and [[Note Block|Component/NoteBlock]], as well as one for [[Redstone in Motion Carriage Controllers|Component/RedstoneInMotion]]. If you're a modder it's pretty easy to write a driver, you just have to implement the corresponding interface from the API and register it with OpenComputers in the init phase. Have a look at the implementation of the built-in drivers for in-depth reference, if you find the documentation is insufficient.