From bb0468cc47de01679b51a9612f469410f152602f Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 27 May 2017 18:21:57 +0200 Subject: [PATCH] Update button help --- mods/ITEMS/REDSTONE/mesecons_button/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/REDSTONE/mesecons_button/init.lua b/mods/ITEMS/REDSTONE/mesecons_button/init.lua index 0998b8e20..93aade635 100644 --- a/mods/ITEMS/REDSTONE/mesecons_button/init.lua +++ b/mods/ITEMS/REDSTONE/mesecons_button/init.lua @@ -89,7 +89,7 @@ local on_button_place = function(itemstack, placer, pointed_thing) return itemstack end -local buttonuse = "Rightclick the button to push it." +local buttonuse = "Rightclick the button to push it. Buttons can only be placed on solid opaque full cubes (like cobblestone)." minetest.register_node("mesecons_button:button_stone_off", { drawtype = "nodebox", tiles = {"default_stone.png"},