From ac028e698d7d761fa6cdf4b79b24080779f8cefc Mon Sep 17 00:00:00 2001 From: SuPeRMiNoR2 Date: Mon, 30 Dec 2013 11:15:42 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index e1e1c5c..3340d16 100644 --- a/Home.md +++ b/Home.md @@ -41,7 +41,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 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. +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 how 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.