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

mtt action (#83)

* mtt action

* nodename

* remove coverage step

* re-enable coverage

* add coverage badge

---------

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
This commit is contained in:
Buckaroo Banzai
2024-04-21 09:36:24 +02:00
committed by GitHub
parent 49703e7386
commit 4bbe29fcd3
11 changed files with 269 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