This commit is contained in:
teknomunk 2024-06-18 20:29:56 -05:00 committed by the-real-herowl
parent 0dece0afbf
commit c165938c1b

View file

@ -42,7 +42,7 @@ end)
minetest.register_lbm({
name = "vl_legacy:convert_container_inventories",
nodenames = "group:containers",
nodenames = "group:container",
run_at_every_load = true,
action = function(pos, node)
local meta = minetest.get_meta(pos)