mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-09 01:03:50 +01:00
Update button help
This commit is contained in:
parent
434c7a399a
commit
bb0468cc47
@ -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 New Issue
Block a user