1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-06-30 15:10:46 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2024-09-15 09:47:44 +02:00
25 changed files with 627 additions and 229 deletions

View File

@ -43,4 +43,8 @@ if minetest.get_modpath("mesecons_stealthnode") then
dofile(MP.."/stealthnodes.lua")
end
if minetest.get_modpath("mtt") and mtt.enabled then
dofile(MP .. "/mtt.lua")
end
minetest.log("action", "[scifi_nodes] loaded.")