ComputerCraft is a mod by dan200 that brings the digital revolution to Minecraft; it adds computers and assorted peripherals. All devices are programmable with the easy to learn Lua scripting language. You can use Redstone and even RedPower 2 alongside your computers. These computers are fast and have redstone, computation, and even wireless communication support.
Blocks[]
- Computer
- Advanced Computer
- Monitor
- Advanced Monitor
- Disk Drive
- Wireless Modem
- Printer
- Floppy Disk
- Turtles
Turtles[]
A Turtle is a programmable robot with its own API. They have the ability to mine out large sections of earth, or simply move items throughout a house. Equipping a turtle with a diamond tool gives it the ability to collect resources.
Turtles use the Turtle API to move and interact with the world.
Example Programs[]
Password Protected Door (By adencraft2000)
|