From 3a0f1c630f7490233d3707b8d8ca5d5653f90ea2 Mon Sep 17 00:00:00 2001 From: lordjoda Date: Sat, 7 Dec 2013 05:30:06 -0800 Subject: [PATCH] Updated Blocks (markdown) --- Blocks.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/Blocks.md b/Blocks.md index 17a1475..5f1c241 100644 --- a/Blocks.md +++ b/Blocks.md @@ -2,46 +2,68 @@ 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. 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. 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. 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 Keyboard ----------------- +![Keyboard](http://i.imgur.com/d4X1Zb7.png) + Can be attached to screens to allow typing on them. Power Converter ----------------- +![Power Converter](http://i.imgur.com/XHtL6MFs.jpg) + Converts power from other mods to the internal energy type. Default Conversion rates: BuildCraft MJ: 1:5. @@ -52,18 +74,26 @@ Universal Electricity Joules: 1:5. 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. 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. @@ -72,6 +102,8 @@ 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. @@ -80,6 +112,8 @@ 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.