Update comparator help

This commit is contained in:
Wuzzy 2018-01-13 05:00:47 +01:00
parent 483d6d088c
commit 81d5d8b942
1 changed files with 3 additions and 3 deletions

View File

@ -211,11 +211,11 @@ for _, state in pairs{mesecon.state.on, mesecon.state.off} do
local longdesc, usagehelp, use_help
if state_strs[state] == "off" and mode == "comp" then
longdesc = "Redstone comparators are redstone components which "..
"compare redstone signals and measure various node states, such as "..
"how full inventories are."
"compare redstone signals and measure various block states, such as "..
"how full inventories are. NOTE: This item is incomplete."
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 "..
"to compare with in from the side."
else
use_help = false