Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS authored Jan 1, 2025
1 parent 391e566 commit 2633fc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2633fc3

Please sign in to comment.