Difference between revisions of "Peripheral"
From ComputerCraft Wiki
(Created page with "A '''peripheral''' is a Minecraft block which can be controlled using the peripheral API. Sometimes this is the main purpose of the block, e.g. for monito...") |
m (`OpenPeripherals` => `OpenPeripheral` (name), apply name convention, add reference to Category:Peripherals, add to Category:Disambiguation_Pages (de-facto). (I probably missed something)) |
||
Line 1: | Line 1: | ||
− | A | + | A [[Peripheral]] is a Minecraft block which can be controlled using the [[Peripheral (API)|Peripheral API]]. Sometimes this is the main purpose of the block, e.g. for monitors and printers. Other times, it is merely incidental to the block's main purpose. |
− | Sometimes this is the main purpose of the block, e.g. for monitors and printers. | + | |
− | Other times, it is merely incidental to the block's main purpose. | + | |
== Built-in peripherals == | == Built-in peripherals == | ||
Line 9: | Line 7: | ||
* [[Disk Drive|Disk drive]]s allow computers to access floppy disks. | * [[Disk Drive|Disk drive]]s allow computers to access floppy disks. | ||
* [[Wireless Modem|Wireless]] and [[Wired Modem|wired]] modems allow computers to send messages to each other. | * [[Wireless Modem|Wireless]] and [[Wired Modem|wired]] modems allow computers to send messages to each other. | ||
− | * [[Computer]]s, [[Advanced Computer|advanced computer]]s, [[turtle]]s and [[ | + | * [[Computer]]s, [[Advanced Computer|advanced computer]]s, [[Turtle|turtle]]s and [[Turtle|advanced turtle]]s can be turned on and off using the peripheral API. |
− | == Mod | + | For a full list of ComputerCraft peripherals, see [[:Category:Peripherals]]. |
+ | |||
+ | == Mod Peripherals == | ||
Many mods add blocks which are peripherals. If this is the main purpose of the mod, it is often called a '''peripheral mod'''. Confusingly, this is sometimes shortened to '''peripheral'''. | Many mods add blocks which are peripherals. If this is the main purpose of the mod, it is often called a '''peripheral mod'''. Confusingly, this is sometimes shortened to '''peripheral'''. | ||
− | Some mods, notably [[ | + | Some mods, notably [[OpenPeripheral]], add a peripheral ability to blocks which don't normally have it (such as chests). |
See [[:Category:User Created Peripherals]]. | See [[:Category:User Created Peripherals]]. | ||
+ | |||
+ | [[Category:Disambiguation Pages]] |
Revision as of 02:28, 25 August 2013
A Peripheral is a Minecraft block which can be controlled using the Peripheral API. Sometimes this is the main purpose of the block, e.g. for monitors and printers. Other times, it is merely incidental to the block's main purpose.
Built-in peripherals
ComputerCraft itself includes some peripherals. Specifically:
- Monitors and advanced monitors allow computers to display text in the world.
- Printers allow computers to print text on paper.
- Disk drives allow computers to access floppy disks.
- Wireless and wired modems allow computers to send messages to each other.
- Computers, advanced computers, turtles and advanced turtles can be turned on and off using the peripheral API.
For a full list of ComputerCraft peripherals, see Category:Peripherals.
Mod Peripherals
Many mods add blocks which are peripherals. If this is the main purpose of the mod, it is often called a peripheral mod. Confusingly, this is sometimes shortened to peripheral.
Some mods, notably OpenPeripheral, add a peripheral ability to blocks which don't normally have it (such as chests).