From 31e8e7e37422068b58906c453eeb6f13acbc7fde Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 22 Jan 2018 22:19:45 +0100 Subject: [PATCH] Update redstone torch help --- mods/ITEMS/REDSTONE/mesecons_torch/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/REDSTONE/mesecons_torch/init.lua b/mods/ITEMS/REDSTONE/mesecons_torch/init.lua index c40bef61..eeeac76c 100644 --- a/mods/ITEMS/REDSTONE/mesecons_torch/init.lua +++ b/mods/ITEMS/REDSTONE/mesecons_torch/init.lua @@ -99,7 +99,7 @@ mcl_torches.register_torch("mesecon_torch_off", "Redstone Torch (off)", ) mcl_torches.register_torch("mesecon_torch_on", "Redstone Torch", - "Redstone torches are redstone components which invert the signal of surrounding redstone components. An active component will become inactive, and an inactive component will become active. Redstone torches can be used as a quick and easy way to send a redstone to a redstone trail.", + "A redstone torch is a versatile redstone component which can be used to invert a redstone signal. It supplies its surrounding blocks with redstone power, except for the block it is attached to. A redstone torch is normally lit, but it can also be turned off by powering the block it is attached to. While unlit, a redstone torch does not power anything.", [[Redstone torches can generally be placed at the side and on the top of full solid opaque blocks. The following exceptions apply: • Glass, fence, wall, hopper: Can only be placed on top • Upside-down slab/stair: Can only be placed on top -- 2.11.4.GIT