/Minecoprocessors

Increase your redstone possibilities and learn assembly programming at the same time with the Minecoprocessors Minecraft Mod!

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Redstone Processor Block

Minecoprocessors

Build Status

Increase your redstone possibilities and learn assembly programming at the same time with the Minecoprocessors Minecraft Mod! The Minecoprocessors Mod adds a redstone processor block that can be programed similar to a real microprocessor. The redstone processor block is styled to look and operate like the other redstone blocks in the game.

Development Environment Setup

git clone git@github.com:ToroCraft/Minecoprocessors.git
cd Minecoprocessors
gradle setupDecompWorkspace

To setup an Intellij environment:

gradle idea

To setup an Eclipse environment:

gradle eclipse