Skip to content

OpenMods/OpenPeripheral

21685463b3
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
etc
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

OpenPeripheral

An open source Addon for ComputerCraft to make any block a Peripheral

Official thread: http://www.computercraft.info/forums2/index.php?/topic/13063-

Offical Website: http://openperipheral.info/openperipheral

Compiling

(Linux and Mac)

You will need Apache Ant and Git.

Run: git clone git://github.com/OpenMods/OpenPeripheral; && cd OpenPeripheral

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 'OpenPeripheral-VERSION.jar' in bin/. That is the compiled version of OpenPeripheral.

License

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