Updated Blocks (markdown)

lordjoda 2013-12-07 05:30:06 -08:00
parent b5ea4fc2d2
commit 3a0f1c630f

@ -2,46 +2,68 @@ This page lists all blocks OpenComputers adds to the game.
Adapter Adapter
---------------- ----------------
![Adapter](http://i.imgur.com/XpOZPvY.jpg )
Used to control non-component blocks, such as vanilla blocks or blocks from other mods. Used to control non-component blocks, such as vanilla blocks or blocks from other mods.
Cable Cable
----------- -----------
![Cable](http://i.imgur.com/1eoueJS.png)
A cheap way of connecting blocks. A cheap way of connecting blocks.
Capacitor Capacitor
---------- ----------
![Capacitor](http://i.imgur.com/gjxU38X.png)
Stores energy for later use. Can be filled and emptied very quickly. Stores energy for later use. Can be filled and emptied very quickly.
Basic Case 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. 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
----------------- -----------------
![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. 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
----------------- -----------------
![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. 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
----------------- -----------------
![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. 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
----------------- -----------------
![Disk Drive](http://i.imgur.com/uP8e39T.png)
Allows reading and writing floppies. Allows reading and writing floppies.
ComputerCraft floppies are supported ComputerCraft floppies are supported
Keyboard Keyboard
----------------- -----------------
![Keyboard](http://i.imgur.com/d4X1Zb7.png)
Can be attached to screens to allow typing on them. Can be attached to screens to allow typing on them.
Power Converter Power Converter
----------------- -----------------
![Power Converter](http://i.imgur.com/XHtL6MFs.jpg)
Converts power from other mods to the internal energy type. Default Conversion rates: Converts power from other mods to the internal energy type. Default Conversion rates:
BuildCraft MJ: 1:5. BuildCraft MJ: 1:5.
@ -52,18 +74,26 @@ Universal Electricity Joules: 1:5.
Power Distributor Power Distributor
----------------- -----------------
![Power Distributor](http://i.imgur.com/17SfF2e.png)
Distributes energy inside the network. You will need one of these per network. Adding more than one has no effect. Distributes energy inside the network. You will need one of these per network. Adding more than one has no effect.
Robot 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! 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
----------------- -----------------
![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. 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
----------------- -----------------
![Basic Screen](http://i.imgur.com/5bt2fyd.png)
Display text, controlled by a Graphics Card in a Computer. Display text, controlled by a Graphics Card in a Computer.
Maximum resolution: 50x16. Maximum resolution: 50x16.
@ -72,6 +102,8 @@ Maximum color depth: 1.
Advanced Screen Advanced Screen
----------------- -----------------
![Advanced Screen](http://i.imgur.com/vMEB2v7.png)
Display text, controlled by a Graphics Card in a Computer. Display text, controlled by a Graphics Card in a Computer.
Maximum resolution: 80x25. Maximum resolution: 80x25.
@ -80,6 +112,8 @@ Maximum color depth: 4.
Superior Screen Superior Screen
----------------- -----------------
![Superior Screen](http://i.imgur.com/ycLPBgi.png)
Display text, controlled by a Graphics Card in a Computer. Display text, controlled by a Graphics Card in a Computer.
Maximum resolution: 160x50. Maximum resolution: 160x50.