-- Definitions made by this mod that other mods can use too -- @module x_marketplace -- @author SaKeL x_marketplace = {} local path = minetest.get_modpath("x_marketplace") dofile(path.."/store_list.lua") dofile(path.."/api.lua") dofile(path.."/chatcommands.lua") print ("[Mod] x_marketplace loaded")