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 41da43f
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 @@ -86,6 +86,10 @@ if minetest.get_modpath("jumpdrive") then
dofile(MP.."/jumppoints.lua")
end

if core.get_modpath("ccompass") then
dofile(MP .. "/ccompass.lua")
end

if minetest.get_modpath("pipeworks") then
if pipeworks.tptube then
dofile(MP.."/tp_tube_fixer.lua")
Expand Down

0 comments on commit 41da43f

Please sign in to comment.