Difference between revisions of "Advanced Computer"

From ComputerCraft Wiki
Jump to: navigation, search
(More info)
(Built the page up to suit standards)
Line 1: Line 1:
An advanced computer is the same as a normal computer except for a few major features. They currently only have mouse and colours but may have more features in the future.
+
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==
They were first seen in the CC 1.45 pr1 public beta along with advanced monitors which could display colours and a mouse interface(?)
+
{{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

glass_pane



Exclusive Code

  • term.setTextColour()
  • term.setBackgroundColour()