Feed The Beast Wiki
Feed The Beast Wiki
Advertisement
Computer
Iso Computer
Type Computer
Tool Grid Wooden Pickaxe
Stackable Yes (64)
Source Mod ComputerCraft

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 and interface with bundled cables from RedPower, play games, and much more. The Computer runs an OS called CraftOS.

Recipe[]

7 Stone

1 Glass Pane

1 Redstone Dust

Crafting GUI

Stone

Stone

Stone

Stone

Redstone Dust

Glass Pane

Stone

Stone

Stone

Computer


Usage[]

Place the Computer 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!

Peripheral Functions[]

computer stands for the variable you wrapped the computer to. Example: computer = peripheral.wrap( "top" )

Method name Description
computer.turnOn() Turns on the Computer or Turtle.
computer.shutdown() Shuts off the Computer or Turtle.
computer.reboot() Reboots the Computer or Turtle.
computer.getID() Gets the ID of the Computer or Turtle.

Picture Gallery[]

Video Tutorial[]

 	Technic_Tutorials_12._ComputerCraft_Computer 	 			  
Advertisement