Difference between revisions of "Peripheral"

From ComputerCraft Wiki
Jump to: navigation, search
(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 (Ender Modem)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
A '''peripheral''' is a Minecraft block which can be controlled using the [[Peripheral (API)|peripheral API]].
+
{{Selfref|This is an explanation for a peripheral. For the API, visit [[Peripheral (API)]].}}
Sometimes this is the main purpose of the block, e.g. for monitors and printers.
+
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.
Other times, it is merely incidental to the block's main purpose.
+
  
 
== Built-in peripherals ==
 
== Built-in peripherals ==
Line 8: Line 7:
 
* [[Printer]]s allow computers to print text on paper.
 
* [[Printer]]s allow computers to print text on paper.
 
* [[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]], [[Ender Modem|ender]], and [[Wired Modem|wired]] modems allow computers to send messages to each other.
* [[Computer]]s, [[Advanced Computer|advanced computer]]s, [[turtle]]s and [[Advanced Turtle|advanced turtle]]s can be turned on and off using the peripheral API.
+
* [[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 peripherals ==
+
For a full list of ComputerCraft peripherals, see [[:Category: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 [[OpenPeripherals]], add a peripheral ability to blocks which don't normally have it (such as chests).
+
== 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'''. Most such mods are listed within [http://www.computercraft.info/forums2/index.php?/forum/17-peripherals-and-turtle-upgrades/ the Peripherals and Turtle Upgrades section of the ComputerCraft forum].
 +
 
 +
Some mods, notably [http://www.computercraft.info/forums2/index.php?/topic/13063-mc-16x-openperipheral 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]]

Latest revision as of 02:38, 26 December 2015

Is this the page you were looking for?
This is an explanation for a peripheral. For the API, visit Peripheral (API).

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:

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. Most such mods are listed within the Peripherals and Turtle Upgrades section of the ComputerCraft forum.

Some mods, notably OpenPeripheral, add a peripheral ability to blocks which don't normally have it (such as chests).

See Category:User Created Peripherals.