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

register forcefield and wall node as stealthnode if available

This commit is contained in:
BuckarooBanzay
2023-06-23 16:56:45 +02:00
parent fd4a03dd8d
commit 5b9e18f278
4 changed files with 11 additions and 1 deletions

View File

@ -36,4 +36,9 @@ dofile(MP.."/crafts.lua")
if minetest.get_modpath("letters") then
-- register letter nodes
dofile(MP.."/letters.lua")
end
if minetest.get_modpath("mesecons_stealthnode") then
-- register stealthnodes
dofile(MP.."/stealthnodes.lua")
end