Difference between revisions of "Command Computer"
From ComputerCraft Wiki
Bomb Bloke (Talk | contribs) |
|||
Line 7: | Line 7: | ||
}} | }} | ||
Introduced by ComputerCraft 1.7 (and therefore requiring MineCraft 1.7.10 or later), the Command Computer is a more powerful version of the [[Advanced Computer]], having direct access to [http://minecraft.gamepedia.com/Commands MineCraft commands]. They are therefore uncraftable, only available to op-status players via the creative inventory, and can only be directly interacted with by the same such players. For example, unlike other computers, they will not boot from an external [[Disk Drive]]. | Introduced by ComputerCraft 1.7 (and therefore requiring MineCraft 1.7.10 or later), the Command Computer is a more powerful version of the [[Advanced Computer]], having direct access to [http://minecraft.gamepedia.com/Commands MineCraft commands]. They are therefore uncraftable, only available to op-status players via the creative inventory, and can only be directly interacted with by the same such players. For example, unlike other computers, they will not boot from an external [[Disk Drive]]. | ||
+ | |||
+ | Although regular players cannot ''directly'' access these systems, it's quite possible to write scripts that allow them some level of interaction via the touch-sensitive [[Advanced Monitor]] block, or via [[Rednet (API)|Rednet]], and via other [[peripheral]]s. | ||
==Exclusive APIs== | ==Exclusive APIs== |
Revision as of 09:18, 7 August 2015
Command Computer | |
Item ID | ComputerCraft:command_computer |
Damage Value | 0 |
Peripheral? | Yes |
Introduced by ComputerCraft 1.7 (and therefore requiring MineCraft 1.7.10 or later), the Command Computer is a more powerful version of the Advanced Computer, having direct access to MineCraft commands. They are therefore uncraftable, only available to op-status players via the creative inventory, and can only be directly interacted with by the same such players. For example, unlike other computers, they will not boot from an external Disk Drive.
Although regular players cannot directly access these systems, it's quite possible to write scripts that allow them some level of interaction via the touch-sensitive Advanced Monitor block, or via Rednet, and via other peripherals.
Exclusive APIs
Exclusive Programs
Peripheral Functions
Supports all the methods available to a Computer or Turtle.
ComputerCraft Blocks and Items | |||
Blocks | |||
Computer | Advanced Computer | Command Computer | Disk Drive |
Monitor | Advanced Monitor | Printer | Turtle |
Wireless Modem | Ender Modem | Wired Modem | Networking Cable |
Items | |||
Pocket Computer | Advanced Pocket Computer | Floppy Disk | Printed Page |
Printed Pages | Printed Book |