Difference between revisions of "Advanced Computer"
From ComputerCraft Wiki
(More info) |
Shnupbups100 (Talk | contribs) (Built the page up to suit standards) |
||
Line 1: | Line 1: | ||
− | + | The advanced computer is a [[computer]] that have mouse and colour API support. They may have more exclusive features soon. They resemble the traditional computer console, but are golden coloured to match their crafting [[recipes|recipe]]. | |
− | + | ==Recipe== | |
− | + | {{Crafting grid | |
+ | |A1=gold_ingot |B1=gold_ingot |C1=gold_ingot | ||
+ | |A2=gold_ingot |B2=redstone_dust |C2=gold_ingot | ||
+ | |A3=gold_ingot |B3=glass_pane |C3=gold_ingot | ||
+ | |Output=advanced_console | ||
+ | }} | ||
+ | ==Exclusive Code== | ||
+ | * term.setTextColour() | ||
+ | * term.setBackgroundColour() |
Revision as of 21:32, 16 October 2012
The advanced computer is a computer that have mouse and colour API support. They may have more exclusive features soon. They resemble the traditional computer console, but are golden coloured to match their crafting recipe.
Recipe
Exclusive Code
- term.setTextColour()
- term.setBackgroundColour()