From d06781a38d1c83c33f142df9d5ed0ce2a3208359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Wed, 11 Dec 2013 18:00:09 -0800 Subject: [PATCH] Updated Blocks (markdown) --- Blocks.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Blocks.md b/Blocks.md index 56322f6..f4ad96d 100644 --- a/Blocks.md +++ b/Blocks.md @@ -97,6 +97,14 @@ Power Distributor Distributes energy between different networks. This can be useful for powering multiple sub-networks that should not connect to each other. For example, you'll usually want to try and keep different computers in different networks - unless you have a startup script on each computer that manually assigns the primary components. Otherwise you'll frequently end up with the computers binding the wrong screen and/or keyboard on startup, for example, or even multiple computer binding to the same screen. +Redstone I/O +------------ +![Redstone I/O](http://i.imgur.com/CiNEBNM.png) + +Allows reading and emitting redstone signals around the block. Can be controlled by any computer the block is connected to. This is basically like an external redstone card. +- This also supports RedLogic wires, if present, including colored and bundled wires. +- This also supports MineFactory Reloaded cables, if present. + Robot ----- ![Robot](http://i.imgur.com/fHWkdgb.png)