From 888b1b7562b1c082d9e91f3efcd86b9dc878352b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Sat, 7 Dec 2013 07:44:40 -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 f17c177..e21decb 100644 --- a/Home.md +++ b/Home.md @@ -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.