
ComputerCraft Wiki
Jul 6, 2013 · Welcome to the ComputerCraft Wiki! 427 pages and 8,517 edits since January 27th, 2012.
Tutorials - ComputerCraft Wiki
Oct 20, 2015 · Basic Tutorials These tutorials are designed to be used in the order shown, each tutorial will build on the previous ones. Introduction to Coding Hello World! Variables If, Then, Else Functions …
Computer - ComputerCraft Wiki
Aug 4, 2020 · The Computer (pictured) is the main block of ComputerCraft. From the Computer, you will be able to make programs, turn on and off Redstone, use Rednet, play games, and much more. The …
Turtle - ComputerCraft Wiki
Aug 4, 2020 · Turtles and Advanced Turtles are essentially robots, and were added in the 1.3 update. They have the ability to place, break and detect blocks, move around and drop items in their …
What is a good windows like os? : r/ComputerCraft - Reddit
Nov 15, 2023 · 4.4K subscribers in the ComputerCraft community. ComputerCraft is a Minecraft mod which adds programmable computers, turtles and more.
Usefull programs : r/ComputerCraft - Reddit
ComputerCraft is a Minecraft mod which adds programmable computers, turtles and more.
Category:APIs - ComputerCraft Wiki
Aug 23, 2013 · ComputerCraft mods, for example mods that add custom peripherals, might also add APIs that help you work with those peripherals. You can view a list of un-official API's at the …
Changelog - ComputerCraft Wiki
Mar 25, 2014 · Changes that have occurred in the history of ComputerCraft. See also, ComputerCraft Timeline, a more general timeline of ComputerCraft including events such as the release of …
Printer - ComputerCraft Wiki
Aug 4, 2020 · The printer was added in the ComputerCraft 1.42 update. The printer is placed next to a computer, and allows for printing text onto paper with any color of ink.
Redstone (API) - ComputerCraft Wiki
Aug 4, 2020 · The Redstone API contains methods to control attached redstone. All methods from the redstone API can also be called using "rs", which points to the same library. For example, instead of …