From 620eb34f9e0bb2e391a74a76b9f590c88e0dc4b0 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 11 Mar 2017 04:14:28 +0100 Subject: [PATCH] Simplify pusher help --- mods/ITEMS/REDSTONE/mesecons_pistons/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/REDSTONE/mesecons_pistons/init.lua b/mods/ITEMS/REDSTONE/mesecons_pistons/init.lua index 3277903be..ac0504318 100644 --- a/mods/ITEMS/REDSTONE/mesecons_pistons/init.lua +++ b/mods/ITEMS/REDSTONE/mesecons_pistons/init.lua @@ -151,7 +151,7 @@ local pistonspec_normal = { piston_up = "mesecons_pistons:piston_up_normal_off", } -local usagehelp_piston = "This block can have one of 6 possible orientations. On placement, the pusher will face towards your reverse looking direction." +local usagehelp_piston = "This block can have one of 6 possible orientations. On placement, the pusher will face you." -- offstate minetest.register_node("mesecons_pistons:piston_normal_off", {