From 81d5d8b942814320466179078b103168ce528cd7 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 13 Jan 2018 05:00:47 +0100 Subject: [PATCH] Update comparator help --- mods/ITEMS/REDSTONE/mcl_comparators/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/ITEMS/REDSTONE/mcl_comparators/init.lua b/mods/ITEMS/REDSTONE/mcl_comparators/init.lua index 49ea52e6..8b87fd76 100644 --- a/mods/ITEMS/REDSTONE/mcl_comparators/init.lua +++ b/mods/ITEMS/REDSTONE/mcl_comparators/init.lua @@ -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 -- 2.11.4.GIT