mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
Update comparator help
This commit is contained in:
@ -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 "..
|
||||||
|
Reference in New Issue
Block a user