9 lines
165 B
Lua
Raw Normal View History

2025-01-04 17:02:02 -08:00
mcl_build_spawner = {}
local modpath = minetest.get_modpath("mcl_build_spawner")
-- Load files
dofile(modpath .. "/builds.lua")
--dofile(modpath .. "/API.lua")--