little bit of formatting and some links

Florian Nücke 2013-12-07 05:54:50 -08:00
parent 6ce4ff5a1e
commit e1852a1d6b

@ -1,76 +1,72 @@
This page lists all blocks OpenComputers adds to the game.
Adapter
----------------
-------
![Adapter](http://i.imgur.com/XpOZPvY.jpg )
Used to control non-component blocks, such as vanilla blocks or blocks from other mods.
Cable
-----------
-----
![Cable](http://i.imgur.com/1eoueJS.png)
A cheap way of connecting blocks.
Capacitor
----------
---------
![Capacitor](http://i.imgur.com/gjxU38X.png)
Stores energy for later use. Can be filled and emptied very quickly.
Basic Case
-----------------
----------
![Basic Case](http://i.imgur.com/mvxwh4R.png)
The Computer Case is the basic building block for computers and houses the computer's extension cards, RAM and hard disks.
- Slots: 2/1/1.
Slots: 2/1/1.
Advanced Case
-----------------
-------------
![Advanced Case](http://i.imgur.com/HvfyCv7.png)
The Computer Case is the basic building block for computers and houses the computer's extension cards, RAM and hard disks.
- Slots: 2/2/2.
Slots: 2/2/2.
Superior Case
-----------------
-------------
![Superior Case](http://i.imgur.com/6dmgI2i.png)
The Computer Case is the basic building block for computers and houses the computer's extension cards, RAM and hard disks.
- Slots: 3/2/3.
Slots: 3/2/3.
Charger
-----------------
-------
![Charger](http://i.imgur.com/WXZ99kW.png)
Transfers energy from capacitors into adjacent robots. The transfer rate depends on the incoming redstone signal, where no signal means don't charge robots, and maximum strength means charge at full speed.
Disk Drive
-----------------
----------
![Disk Drive](http://i.imgur.com/uP8e39T.png)
Allows reading and writing floppies.
ComputerCraft floppies are supported
Allows reading and writing [[floppies|Items#floppy-disk]].
ComputerCraft floppies are also supported.
Keyboard
-----------------
![Keyboard](http://i.imgur.com/d4X1Zb7.png)
Can be attached to screens to allow typing on them.
Can be attached to [[screens|Blocks#basic-screen]] to allow typing on them.
Power Converter
-----------------
![Power Converter](http://i.imgur.com/XHtL6MF.jpg)
Converts power from other mods to the internal energy type. Default Conversion rates:
BuildCraft MJ: 1:5.
IndustrialCraft² EU: 1:2.
Universal Electricity Joules: 1:5.
Converts power from other mods to the internal energy type.
Default conversion rates:
- BuildCraft MJ: 1:5.
- IndustrialCraft² EU: 1:2.
- Universal Electricity Joules: 1:5.
Power Distributor
-----------------
@ -79,43 +75,37 @@ Power Distributor
Distributes energy inside the network. You will need one of these per network. Adding more than one has no effect.
Robot
-----------------
-----
![Robot](http://i.imgur.com/fHWkdgb.png)
Unlike computers, robots can move around and interact with the world much like a player can. They can **not** interact with external components, however!
Router
-----------------
------
![Router](http://i.imgur.com/XCB5u7H.png)
Allows connecting different networks to each other. Only network messages will be passed along, components will not be visible through this. Use this to separate networks while still allowing communication using Network Cards, for example.
Basic Screen
-----------------
------------
![Basic Screen](http://i.imgur.com/5bt2fyd.png)
Display text, controlled by a Graphics Card in a Computer.
Maximum resolution: 50x16.
Maximum color depth: 1.
Display text, controlled by a [[Graphics Card|Items#basic-graphics-card]] in a [[Case|Blocks#basic-case]].
- Maximum resolution: 50x16.
- Maximum color depth: 1.
Advanced Screen
-----------------
---------------
![Advanced Screen](http://i.imgur.com/vMEB2v7.png)
Display text, controlled by a Graphics Card in a Computer.
Maximum resolution: 80x25.
Maximum color depth: 4.
Display text, controlled by a [[Graphics Card|Items#graphics-card]] in a [[Case|Blocks#basic-case]].
- Maximum resolution: 80x25.
- Maximum color depth: 4.
Superior Screen
-----------------
---------------
![Superior Screen](http://i.imgur.com/ycLPBgi.png)
Display text, controlled by a Graphics Card in a Computer.
Maximum resolution: 160x50.
Maximum color depth: 8.
Display text, controlled by a [[Graphics Card|Items#graphics-card]] in a [[Case|Blocks#basic-case]].
- Maximum resolution: 160x50.
- Maximum color depth: 8.