leef-b3d-cd2025/init.lua
2023-08-28 17:38:31 -07:00

9 lines
263 B
Lua

mtul.b3d = {}
local modpath = minetest.get_modpath("MTUL-b3d")
dofile(modpath.."/read_b3d.lua")
dofile(modpath.."/write_b3d.lua")
--these modules are disabled, refactoring is needed.
--dofile(modpath.."/read_b3d_bone.lua")
--dofile(modpath.."/read_b3d_bone.lua"