Difference between revisions of "Monitor"
From ComputerCraft Wiki
Line 1: | Line 1: | ||
− | The '''Screen''' is a block that can display text on its front side. When several screen blocks are placed on the same plane, it will form a single monitor. It is usefull for displaying information at a server spawn or to give a faster warning of when a reactor is | + | The '''Screen''' is a block that can display text on its front side. When several screen blocks are placed on the same plane, it will form a single monitor. It is usefull for displaying information at a server spawn or to give a faster warning of when a reactor is going to explode(IC2) |
===Recipe=== | ===Recipe=== | ||
Line 7: | Line 7: | ||
|A3=stone |B3=stone |C3=stone | |A3=stone |B3=stone |C3=stone | ||
|Output=screen | |Output=screen | ||
− | }} | + | }}<nowiki>Insert non-formatted text here</nowiki> |
[[Category:Blocks]] | [[Category:Blocks]] | ||
===Using the Monitor=== | ===Using the Monitor=== | ||
− | + | To use a monitor type: monitor <on which side the monitor is(Top,Bottom,Left,Right,Front and Back)> <the name of the program(example "hello") | |
− | + | ||
− | monitor <on which side the monitor is(Top,Bottom,Left,Right,Front and Back)> <the name of the program(example "hello") | + | |
− | + | So, in this case, if you typed "hello" in thesname of the program part, the monitor would display "Hello World" |
Revision as of 22:58, 27 June 2012
The Screen is a block that can display text on its front side. When several screen blocks are placed on the same plane, it will form a single monitor. It is usefull for displaying information at a server spawn or to give a faster warning of when a reactor is going to explode(IC2)
Recipe
Insert non-formatted text here
Using the Monitor
To use a monitor type: monitor <on which side the monitor is(Top,Bottom,Left,Right,Front and Back)> <the name of the program(example "hello")
So, in this case, if you typed "hello" in thesname of the program part, the monitor would display "Hello World"