1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Add minetest.serialize() and minetest.deserialize()

This commit is contained in:
Perttu Ahola 2012-06-07 00:03:42 +03:00
parent a435cfcd82
commit 81554fbf72
3 changed files with 219 additions and 0 deletions

View file

@ -10,6 +10,7 @@ print = minetest.debug
math.randomseed(os.time())
-- Load other files
dofile(minetest.get_modpath("__builtin").."/serialize.lua")
dofile(minetest.get_modpath("__builtin").."/misc_helpers.lua")
dofile(minetest.get_modpath("__builtin").."/item.lua")
dofile(minetest.get_modpath("__builtin").."/misc_register.lua")