forked from VoxeLibre/VoxeLibre
Add help text for observer
This commit is contained in:
parent
dfc721860e
commit
5eb805594e
|
@ -93,6 +93,8 @@ mesecon.register_node("mcl_observers:observer",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description = "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 = {
|
tiles = {
|
||||||
"mcl_observers_observer_top.png^[transformR180", "default_furnace_bottom.png",
|
"mcl_observers_observer_top.png^[transformR180", "default_furnace_bottom.png",
|
||||||
"mcl_observers_observer_side.png", "mcl_observers_observer_side.png",
|
"mcl_observers_observer_side.png", "mcl_observers_observer_side.png",
|
||||||
|
|
Loading…
Reference in New Issue