Sunday, May 18, 2014

ComputerCraft for Minecraft 1.6.4

ComputerCraft is a really cool mod for Minecraft that adds programmable computers and Turtles (a type of robot) which you can build. This adds many new possibilities to automate and create things in Minecraft. It also adds modems and monitors to the game.





Downloads
Download for Minecraft 1.6.4


Videos

 




Crafting recipes and features for each item:

 
Computer
As you can imagine, the computer is the main block in computer craft. Computers allow you to create your own programs in the Lua programming language, play games (games within a game), use Rednet to interface with cables from Redpower, and much more. They run an operating system called CraftOS.

Advanced Computer
 Advanced computers are computers which can use the Color API for screen colors. They also support mouse input.

Wired modem
Modems allow computers to transmit data to and from each other using either the Rednet API or the Modem API.

Networking Cable
These cables allow communication between computers with modems.

Wireless Modem
This is the same as a regular modem except it is wireless.

Disk Drive
The Disk Drive allows computers to write data to floppy disks when they are placed adjacently to a computer.

Floppy Disk
Floppy disks can be used to store data and transfer data from computer to computer.

Monitor
The monitor is a block that can display text on its front side.

Printer
Printers allow the printing of text to paper in any color.

Pocket Computer
  The pocket computer is a portable computer. There is an advanced version too.

Wireless Pocket Computer
Wireless Pocket Computers are the same as pocket computers except they allow for the wireless transfer of data.

Turtle
Turtles are waterproof, lavaproof, robots which can move around, detect blocks, place blocks, break blocks, use tools, drop items, and numerous other things. They run TurtleOS which is similar to MineOS. Programs can be stored on floppy disks or in their internal storage.

Advanced Turtle
Advanced Turtles are able to use color and have mouse input like Advanced Computers.

Here is a table showing all the crafting recipes for all the different types of turtles:


No comments:

Post a Comment