From 924a5b42e414fe1a5aa38f33f1a42b9f6999a5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Wed, 11 Dec 2013 13:32:52 -0800 Subject: [PATCH] Updated Blocks (markdown) --- Blocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blocks.md b/Blocks.md index 794bd9e..6b75b37 100644 --- a/Blocks.md +++ b/Blocks.md @@ -76,7 +76,7 @@ Can be attached to [[screens|Blocks#basic-screen]] to allow typing on them. Note For multi-block screens it can very much matter *where* on the screen you place the keyboard, since you have to be within range of the keyboard to type - meaning you may be able to open the screen's GUI, but not be able to type. -Note that a screen block for itself is just that. A screen. Displaying stuff. Once you attach a keyboard to it, a GUI will open when you right-click/activate it, allowing text input. Note that tier two and three screens allow "clicking" them in the world directly (by right-clicking/activating them), i.e. a "click" signal will be generated. They're touch-screens, so to speak. *This only works if they have no keyboard*. +Note that a screen block for itself is just that. A screen. Displaying stuff. Once you attach a keyboard to it, a GUI will open when you right-click/activate it, allowing text input. Note that tier two and three screens allow "clicking" them in the world directly (by right-clicking/activating them), i.e. a `click` signal will be generated. They're touch-screens, so to speak. *This only works if they have no keyboard*. Power Converter -----------------