mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-08 06:41:23 -04:00
Updated Blocks (markdown)
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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user