Re added Forestry, Railcraft and ThermalExpansion
Closes #20.
304 files changed
tree: 2fe8e0204975ae44b039b684a35cf43349a63c31
  1. README.md
  2. build.gradle
  3. build.properties
  4. gradle/
  5. gradlew
  6. gradlew.bat
  7. settings.gradle
  8. src/
README.md

This is an addon for 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's a little more simplistic in its architecture only provides drivers for a subset of the blocks OP supports - for now, anyway.

Download

OpenComponents is generally in continuous development, in that support for more blocks is added. Any ‘deeper’ changes will not be made in the master branch, meaning it should generally be considered stable. Meaning you can simply get the latest build from the Jenkins build server.

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.