blob: 73a72bcc9e0f7e7b0ca09d9d5cc363e54cbc1201 [file] [log] [blame] [view] [raw]
This is an addon to OpenComputers, providing drivers for additional blocks to be accessible via the Adapter block. It is *not* a full re-implementation of OpenPeripherals for OpenComputers, it only provides drivers for blocks - for now, anyway.
Contributing
------------
Please refer to the existing code to get an idea for the code conventions. Formatting is generally done using the IntelliJ autoformatter, so if you can use that or a compatible configuration that will help greatly.
We'd be happy for added compatibility for any mod, as long as this mod does not become *dependent* on the other mod. All mod support must be purely *optional*. This mod must work fine in a Minecraft installation that has OpenComputers as the only other mod in it. Please also stick to read-only behavior for the most part. There are always exceptions to the rule, of course. For example, the `IInventory` driver allows manipulating inventories in a fashion similar to how robots can manipulate their own inventory.