Update button help

This commit is contained in:
Wuzzy 2017-05-27 18:21:57 +02:00
parent 434c7a399a
commit bb0468cc47
1 changed files with 1 additions and 1 deletions

View File

@ -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"},