/OpenCCSensors

An open source sensor peripheral for ComputerCraft

Primary LanguageJavaMIT LicenseMIT

OpenCCSensors

An open source sensor peripheral for ComputerCraft

Official thread: http://www.computercraft.info/forums2/index.php?/topic/5996-146-cc-148-openccsensors/

Starting development

https://github.com/Cloudhunter/OpenCCSensors/wiki/Getting-started-Dev

Compiling

(Linux and Mac)

You will need Apache Ant and Git.

Run: git clone git://github.com/Cloudhunter/OpenCCSensors && cd OpenCCSensors

It should download the repository and cd into the repository.

Next, run: ant

It should find the Buildfile and start downloading Forge and MCP.

It will start decompiling Minecraft and then after a few minutes there should be a file called 'OpenCCSensors-VERSION.jar' in build/dist. That is the compiled version of OpenCCSensors.

License

OpenCCSensors is distrubuted under the terms of the MIT License, which can be found under the name LICENSE in your distribution.