mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-18 01:55:12 +00:00
Update button help
This commit is contained in:
parent
434c7a399a
commit
bb0468cc47
1 changed files with 1 additions and 1 deletions
|
@ -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"},
|
||||
|
|
Loading…
Reference in a new issue