We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
meta:set_string()
1 parent 599dedd commit da0509cCopy full SHA for da0509c
mods/default/chests.lua
@@ -284,7 +284,7 @@ function default.chest.register_chest(prefixed_name, d)
284
nodenames = {name},
285
action = function(pos, node)
286
local meta = minetest.get_meta(pos)
287
- meta:set_string("formspec", nil)
+ meta:set_string("formspec", "")
288
local inv = meta:get_inventory()
289
local list = inv:get_list("default:chest")
290
if list then
0 commit comments