The Tekkit Classic Wiki
Advertisement

This article is about the ComputerCraft computer. For the RedPower computer, see Central Processing Unit.

The Computer is the main block of ComputerCraft. This is the titular computer, which is the centerpiece of this mod.

Recipe[]

Crafting GUI

Stone

Stone

Stone

Stone

Redstone

Glass Pane

Stone

Stone

Stone

Console


Usage[]

Place the console carefully, and just right click it to use. This will open the console command line, where you may type the name of the program you would like to run or a built-in function of the computer.

The console is capable of interacting with monitors and disk drives, through the use of the monitor and disk commands, (respectively).

There are several video tutorials on CC Lua programming on YouTube, as well as tutorials in the official ComputerCraft Wiki (Tekkit Classic uses the 1.31 Version of ComputerCraft, so don't get confused with the 1.4 code).

Keyboard Shortcuts
CTRL+R Reboots the console
CTRL+S Forcefully shuts down the computer
CTRL+T Terminates the current program.

Note that you have to hold down the keys for 1–3 seconds.

Please note: This mod requires knowledge of Lua to code programs. Most of the Lua commands for the Console are shown with the help command. For instance, 'help monitor' or 'help disk'.

When using with Bundled Cables, the cables must connect straight out from the "side" of the computer, not across the side. Also be aware that changing the state of any signal turns off all the others. You must build in protection in your program to prevent (sometimes disastrous... think nuclear!) undesired side-effects.

Destroying a computer will wipe out any saved programs on that computer. As such, it is recommended to install a Disk Drive and save programs to a Floppy Disk. Also, destroying a computer while it is running a program may cause your tekkit client to crash. The safest way to terminate programs is by holding down CTRL-T for a few seconds (unless the programmer has built in termination protection).

Crafting Ingredient[]

Crafting GUI

Iron

Iron

Iron

Iron

Computer

Chest

Iron

Iron

Iron

Turtle


Programs[]

Note: Use the commands without the uppercase letter. 

Program

Description

Adventure Allows you to play through a text adventure.
Alias aliases a program under another name
Apis lists all installed API's
Cd Change Directory. used to navigate the computer
Clear Clears all text on the Console.
Cp Copies a file from one place to the next "cp <from> <to>"
Delete Deletes a program. "delete <program name>"
Dj plays a music disk in an attached disk drive."dj <side of drive>"
Edit

Allows you to edit or make a new program. "edit <program name>"

Eject Ejects a disk drive.
Exit Shuts down the Console.
Hello

Basic program. Says "Hello World!" on the Console.

Help Lists help options.
ID Shows the ID of the Console
Ls Lists the contents of the folder you are in
Lua

Brings you into a Lua Prompt that lets you write single statements at a time in Lua code.

Reboot

Reboots the console.

Redprobe Shows all redstone connections.
Redpulse Sends a redstone pulse through the specified side, for a setable number of times and length. 'redpulse("side","count","delay")'
Programs

Shows all available programs, such as all of these.

Secret/Alongtimeago

Plays Star Wars in ASCII format.

Shutdown Shuts down the Console.
Time Shows the current time of your Minecraft world.
Worm Allows you to play a 'Snake' like game.

Please note that the above list may not be complete. As such, anyone who finds a program not listed here is encouraged to edit this page and add it.

For more information on programming etc. try visiting the Computer Craft Wiki!

Picture Gallery[]

YouTube Tutorials[]

 	Tekkit,_how_to_use_a_computer_Part_1 	 			  
 	Tekkit,_easy_passcard_tutorial 	 			  
 	Technic_Tutorials_12._ComputerCraft_Computer 	 			 
Advertisement