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:
2023-06-07 22:31:17 +02:00
18 changed files with 186 additions and 72 deletions

View File

@ -30,5 +30,12 @@ dofile(MP.."/palm_scanner.lua")
dofile(MP.."/digicode.lua")
dofile(MP.."/models.lua")
dofile(MP.."/octagon_panes.lua")
dofile(MP.."/forcefield.lua")
dofile(MP.."/crafts.lua")
if minetest.get_modpath("letters") then
-- register letter nodes
dofile(MP.."/letters.lua")
end
minetest.log("action", "[scifi_nodes] loaded.")