7 lines
164 B
Lua
Raw Normal View History

2019-07-27 15:12:52 -06:00
commoditymarket = {}
local MP = minetest.get_modpath(minetest.get_current_modname())
dofile(MP.."/formspecs.lua")
dofile(MP.."/market.lua")
2019-12-31 14:17:26 -07:00
dofile(MP.."/doc.lua")