Skip to content

An open source sensor peripheral for ComputerCraft

License

Notifications You must be signed in to change notification settings

Gwani/OpenCCSensors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

OpenCCSensors now uses the ForgeGradle build system. These instructions assume you've set up an OpenCCSensors directory and have downloaded the correct ForgeGradle package (recommended version for the current Minecraft version) and copied these directories and files into it:

eclipse/ (if you are using eclipse as your IDE) gradle/ src/ gradlew gradlew.bat

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

It should download the repository and cd into the repository.

Next, run the following command: gradlew setupDecompWorkspace

It should find the build.gradle and start downloading Forge and MCP, as well as decompiling Minecraft.

Next, if you are using eclipse, run: gradlew eclipse

Finally, run: gradlew build

It will start compiling the build and then after a few minutes there should be a file called 'OpenCCSensors-VERSION.jar' in build/libs. That is the compiled version of OpenCCSensors. After making changes in the source, building a new version only requires that you repeat the gradlew build command.

License

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

About

An open source sensor peripheral for ComputerCraft

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%