Updated Home (markdown)

Florian Nücke 2013-12-07 07:44:40 -08:00
parent c81635f5f1
commit 888b1b7562

@ -40,7 +40,7 @@ Connectivity
In OpenComputers there are item and block components, i.e. "things that can be seen from Lua".
Block components can be seen from computers that are connected to the block by being next to it, or indirectly by any number of other blocks from this mod. If you know Applied Energistics, that's basically how it is. For example, if a screen is next to a power distributor which is next to a computer, the computer can still see the screen, because it is connected to it via the power distributor. The cheapest way of connecting blocks this way is the cable block.
Block components can be seen from computers that are connected to the block by being next to it, or indirectly by any number of other blocks from this mod. If you know Applied Energistics powers its blocks, that's basically how it is here, too. For example, if a screen is next to a power distributor which is next to a computer, the computer can still see the screen, because it is connected to it via the power distributor. The cheapest way of connecting blocks this way is the cable block.
Item components can usually be only seen by the computer they're installed in. An exception to that rule are floppy disks in disk drives, which behave like a block component.