diff --git a/init.lua b/init.lua index 66f1249..a03accf 100644 --- a/init.lua +++ b/init.lua @@ -92,6 +92,10 @@ if minetest.get_modpath("pipeworks") then end end +if core.get_modpath("smartshop") then + dofile(MP .. "/smartshop.lua") +end + if minetest.get_modpath("telemosaic") then -- limit telemosaic travel dofile(MP.."/travel/telemosaic.lua")