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.