From 7bc29c68f85acaf616b3ec57fb2f600588ec3513 Mon Sep 17 00:00:00 2001 From: NatureFreshMilk Date: Fri, 30 Aug 2019 09:55:33 +0200 Subject: [PATCH] fix import path issue --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index ba5ae63..c2473d9 100644 --- a/init.lua +++ b/init.lua @@ -56,6 +56,7 @@ telemosaic = { }, } +local modpath = minetest.get_modpath(minetest.get_current_modname()) dofile(modpath.."/teleport.lua") dofile(modpath.."/crafts.lua")