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:
parent
a435cfcd82
commit
81554fbf72
3 changed files with 219 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue