mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-08-04 03:27:19 -04:00
Updated Blocks (markdown)
parent
b5ea4fc2d2
commit
3a0f1c630f
34
Blocks.md
34
Blocks.md
@ -2,46 +2,68 @@ This page lists all blocks OpenComputers adds to the game.
|
||||
|
||||
Adapter
|
||||
----------------
|
||||

|
||||
|
||||
Used to control non-component blocks, such as vanilla blocks or blocks from other mods.
|
||||
|
||||
|
||||
|
||||
Cable
|
||||
-----------
|
||||

|
||||
|
||||
A cheap way of connecting blocks.
|
||||
|
||||
Capacitor
|
||||
----------
|
||||

|
||||
|
||||
Stores energy for later use. Can be filled and emptied very quickly.
|
||||
|
||||
Basic Case
|
||||
-----------------
|
||||

|
||||
|
||||
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
|
||||
-----------------
|
||||

|
||||
|
||||
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
|
||||
-----------------
|
||||

|
||||
|
||||
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
|
||||
-----------------
|
||||

|
||||
|
||||
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
|
||||
-----------------
|
||||

|
||||
|
||||
Allows reading and writing floppies.
|
||||
|
||||
ComputerCraft floppies are supported
|
||||
|
||||
Keyboard
|
||||
-----------------
|
||||

|
||||
|
||||
Can be attached to screens to allow typing on them.
|
||||
|
||||
Power Converter
|
||||
-----------------
|
||||

|
||||
|
||||
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
|
||||
-----------------
|
||||

|
||||
|
||||
Distributes energy inside the network. You will need one of these per network. Adding more than one has no effect.
|
||||
|
||||
Robot
|
||||
-----------------
|
||||

|
||||
|
||||
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
|
||||
-----------------
|
||||

|
||||
|
||||
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
|
||||
-----------------
|
||||

|
||||
|
||||
Display text, controlled by a Graphics Card in a Computer.
|
||||
|
||||
Maximum resolution: 50x16.
|
||||
@ -72,6 +102,8 @@ Maximum color depth: 1.
|
||||
|
||||
Advanced Screen
|
||||
-----------------
|
||||

|
||||
|
||||
Display text, controlled by a Graphics Card in a Computer.
|
||||
|
||||
Maximum resolution: 80x25.
|
||||
@ -80,6 +112,8 @@ Maximum color depth: 4.
|
||||
|
||||
Superior Screen
|
||||
-----------------
|
||||

|
||||
|
||||
Display text, controlled by a Graphics Card in a Computer.
|
||||
|
||||
Maximum resolution: 160x50.
|
||||
|
Loading…
x
Reference in New Issue
Block a user