#Modular ComputerCraft Robotics
Modular CC Robotics is a ComputerCraft addon mod that allows you to create your own robot the way you want it and is controlled by ComputerCraft. You can put all sorts of things on your robot like servos, motors, sensors, upgrades, and more!
Website: Coming Soon
Liscense: Creative Commens BY-NC-ND 3.0
Authors: Absorr & Mikeyjd25
Pre-Releases are basically a recomended build. It had enough new stuff, and it did not cause any (known) problems. Development builds are experimental, sometimes not even tested (which is usally why it is posted, because I want you to). If the development build has a .txt file in it with instructions on what to report back with, make sure to do exactly that. You can subit your dev reports to the Pull Requests section of this repository, or by commenting on the commit where it was released.
com.absorr.mccr.base The core of the mod lies in this package. The base class, the config file handler, and the proxies can be found here.
com.absorr.mcrr.material All of the items, blocks, and tile entities are found in this package.
com.absorr.mcrr.entity All entities and the things which render them can be found in this package.
com.absorr.mcrr.ui Anything to do with user interfaces can be found here (mainly GUIs and containers).