1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-07-04 00:51:16 +02:00

mtt action

This commit is contained in:
BuckarooBanzay
2024-04-19 07:44:35 +02:00
parent 49703e7386
commit 3e8b92d196
11 changed files with 9496 additions and 84 deletions

View File

@ -41,4 +41,8 @@ end
if minetest.get_modpath("mesecons_stealthnode") then
-- register stealthnodes
dofile(MP.."/stealthnodes.lua")
end
if minetest.get_modpath("mtt") and mtt.enabled then
dofile(MP .. "/mtt.lua")
end