Difference between revisions of "Computer"
From ComputerCraft Wiki
(swapped out screenshots of the recipes with the Crafting grid template) |
|||
Line 1: | Line 1: | ||
− | The console is the main block of ComputerCraft. This is the computer, which is the centerpiece of this mod. From this block you will be able to use the Rednet, make programs, turn on and off redstone (And bundeled cables from RedPower!), play games and much more. | + | The console is the main block of ComputerCraft. This is the computer, which is the centerpiece of this mod. From this block you will be able to use the Rednet, make programs, turn on and off redstone (And bundeled cables from RedPower!), play games and much more. |
[[Category:Blocks]] | [[Category:Blocks]] | ||
+ | == Recipe == | ||
+ | {{Crafting grid | ||
+ | |A1=stone |B1=stone |C1=stone | ||
+ | |A2=stone |B2=redstone_dust |C2=stone | ||
+ | |A3=stone |B3=glass_pane |C3=stone | ||
+ | |Output=console | ||
+ | }} | ||
== Usage == | == Usage == | ||
Place the console wherever you please, and just right click it to use. | Place the console wherever you please, and just right click it to use. |
Revision as of 19:19, 17 July 2012
The console is the main block of ComputerCraft. This is the computer, which is the centerpiece of this mod. From this block you will be able to use the Rednet, make programs, turn on and off redstone (And bundeled cables from RedPower!), play games and much more.
Recipe
Usage
Place the console wherever you please, and just right click it to use.
Keyboard Shortcuts
Shortcut | Usage |
---|---|
CTRL + T | Terminates the current program. |
CTRL + R | Reboots the console. |
CTRL + S | Forcefully shuts down the computer. |
NOTE: You have to hold the keyboard shortcuts down for at least 1 second!