This commit is contained in:
FatalErr42O 2023-08-29 12:22:48 -07:00
parent 37f49c47fe
commit a06171f33c

View File

@ -1,7 +1,7 @@
mtul.b3d = {}
local modpath = minetest.get_modpath("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.