Change dump() to minetest.serialize() (saner)

This commit is contained in:
jp 2015-08-07 22:46:33 +02:00
parent cae20d5eee
commit d54bd5ea0b

View File

@ -99,7 +99,7 @@ end
function worktable.put(pos, listname, index, stack, player)
local stackname = stack:get_name()
local count = stack:get_count()
local mat = dump(material)
local mat = minetest.serialize(material)
if listname == "output" then return 0 end
if listname == "input" then