detached_chest/init.lua

10 lines
200 B
Lua

detached_chest = {}
local MP = minetest.get_modpath("detached_chest")
dofile(MP.."/form_configure.lua")
dofile(MP.."/form_inventory.lua")
dofile(MP.."/inventory.lua")
dofile(MP.."/chest_node.lua")