From a06171f33c65771cd78f0ebf9320a42c232ae93b Mon Sep 17 00:00:00 2001 From: FatalErr42O <58855799+FatalError42O@users.noreply.github.com> Date: Tue, 29 Aug 2023 12:22:48 -0700 Subject: [PATCH] AHHH --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index ce62834..2bb9f8d 100644 --- a/init.lua +++ b/init.lua @@ -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.