forked from VoxeLibre/VoxeLibre
Update comparator help
This commit is contained in:
parent
483d6d088c
commit
81d5d8b942
|
@ -211,8 +211,8 @@ for _, state in pairs{mesecon.state.on, mesecon.state.off} do
|
||||||
local longdesc, usagehelp, use_help
|
local longdesc, usagehelp, use_help
|
||||||
if state_strs[state] == "off" and mode == "comp" then
|
if state_strs[state] == "off" and mode == "comp" then
|
||||||
longdesc = "Redstone comparators are redstone components which "..
|
longdesc = "Redstone comparators are redstone components which "..
|
||||||
"compare redstone signals and measure various node states, such as "..
|
"compare redstone signals and measure various block states, such as "..
|
||||||
"how full inventories are."
|
"how full inventories are. NOTE: This item is incomplete."
|
||||||
|
|
||||||
usagehelp = "To power a redstone comparater, send a signal in “arrow” "..
|
usagehelp = "To power a redstone comparater, send a signal in “arrow” "..
|
||||||
"direction, or place the block to measure there. Send the signal "..
|
"direction, or place the block to measure there. Send the signal "..
|
||||||
|
|
Loading…
Reference in New Issue