Updated Blocks (markdown)

Florian Nücke 2013-12-11 13:26:41 -08:00
parent e35c15b419
commit a8dbc38d02

@ -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.