From 5eb805594e0c600715848861eaeb6f0c40cc9f77 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 10 Jan 2018 21:26:39 +0100 Subject: [PATCH] Add help text for observer --- mods/ITEMS/REDSTONE/mcl_observers/init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/ITEMS/REDSTONE/mcl_observers/init.lua b/mods/ITEMS/REDSTONE/mcl_observers/init.lua index 311cc557c..8b02e2f68 100644 --- a/mods/ITEMS/REDSTONE/mcl_observers/init.lua +++ b/mods/ITEMS/REDSTONE/mcl_observers/init.lua @@ -93,6 +93,8 @@ mesecon.register_node("mcl_observers:observer", }, { description = "Observer", + _doc_items_longdesc = "An observer is a redstone component which observes the block in front of it and sends a very short redstone pulse whenever this block changes.", + _doc_items_usagehelp = "Place the observer directly in front of the block you want to observe with the “face” looking at the block. The arrow shows you the side of the output, which is at the opposite side of the “face”. The arrow points to it. You need to place your redstone wire or any other component you want to power here.", tiles = { "mcl_observers_observer_top.png^[transformR180", "default_furnace_bottom.png", "mcl_observers_observer_side.png", "mcl_observers_observer_side.png",