formspec changes

This commit is contained in:
darkrose 2012-07-18 06:02:36 +10:00
parent a8a204ae39
commit e5e62f9085
1 changed files with 1 additions and 1 deletions

View File

@ -1144,7 +1144,7 @@ minetest.register_node("default:sign_wall", {
on_construct = function(pos)
--local n = minetest.env:get_node(pos)
local meta = minetest.env:get_meta(pos)
meta:set_string("formspec", "hack:sign_text_input")
meta:set_string("formspec", "field[text;;${text}]")
meta:set_string("infotext", "\"\"")
end,
on_receive_fields = function(pos, formname, fields, sender)