Add help text for observer

This commit is contained in:
Wuzzy 2018-01-10 21:26:39 +01:00
parent dfc721860e
commit 5eb805594e
1 changed files with 2 additions and 0 deletions

View File

@ -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",