mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-08-04 03:27:19 -04:00
little bit of formatting and some links
parent
6ce4ff5a1e
commit
e1852a1d6b
78
Blocks.md
78
Blocks.md
@ -1,76 +1,72 @@
|
|||||||
This page lists all blocks OpenComputers adds to the game.
|
This page lists all blocks OpenComputers adds to the game.
|
||||||
|
|
||||||
Adapter
|
Adapter
|
||||||
----------------
|
-------
|
||||||

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

|
||||||
|
|
||||||
Allows reading and writing floppies.
|
Allows reading and writing [[floppies|Items#floppy-disk]].
|
||||||
|
ComputerCraft floppies are also supported.
|
||||||
ComputerCraft floppies are supported
|
|
||||||
|
|
||||||
Keyboard
|
Keyboard
|
||||||
-----------------
|
-----------------
|
||||||

|

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

|

|
||||||
|
|
||||||
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.
|
||||||
|
- IndustrialCraft² EU: 1:2.
|
||||||
IndustrialCraft² EU: 1:2.
|
- Universal Electricity Joules: 1:5.
|
||||||
|
|
||||||
Universal Electricity Joules: 1:5.
|
|
||||||
|
|
||||||
Power Distributor
|
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.
|
Distributes energy inside the network. You will need one of these per network. Adding more than one has no effect.
|
||||||
|
|
||||||
Robot
|
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!
|
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
|
||||||
-----------------
|
------
|
||||||

|

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

|

|
||||||
|
|
||||||
Display text, controlled by a Graphics Card in a Computer.
|
Display text, controlled by a [[Graphics Card|Items#basic-graphics-card]] in a [[Case|Blocks#basic-case]].
|
||||||
|
- Maximum resolution: 50x16.
|
||||||
Maximum resolution: 50x16.
|
- Maximum color depth: 1.
|
||||||
|
|
||||||
Maximum color depth: 1.
|
|
||||||
|
|
||||||
Advanced Screen
|
Advanced Screen
|
||||||
-----------------
|
---------------
|
||||||

|

|
||||||
|
|
||||||
Display text, controlled by a Graphics Card in a Computer.
|
Display text, controlled by a [[Graphics Card|Items#graphics-card]] in a [[Case|Blocks#basic-case]].
|
||||||
|
- Maximum resolution: 80x25.
|
||||||
Maximum resolution: 80x25.
|
- Maximum color depth: 4.
|
||||||
|
|
||||||
Maximum color depth: 4.
|
|
||||||
|
|
||||||
Superior Screen
|
Superior Screen
|
||||||
-----------------
|
---------------
|
||||||

|

|
||||||
|
|
||||||
Display text, controlled by a Graphics Card in a Computer.
|
Display text, controlled by a [[Graphics Card|Items#graphics-card]] in a [[Case|Blocks#basic-case]].
|
||||||
|
- Maximum resolution: 160x50.
|
||||||
Maximum resolution: 160x50.
|
- Maximum color depth: 8.
|
||||||
|
|
||||||
Maximum color depth: 8.
|
|
Loading…
x
Reference in New Issue
Block a user