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

move switches,palm-scanner and digicode to own file

This commit is contained in:
Thomas Rudin
2019-09-09 18:23:50 +02:00
parent 707c21250e
commit 974c147b45
6 changed files with 363 additions and 357 deletions

View File

@ -1,15 +1,22 @@
--scifi_nodes by D00Med
scifi_nodes = {}
local MP = minetest.get_modpath("scifi_nodes")
if minetest.get_modpath("xpanes") then
dofile(MP.."/panes.lua")
end
dofile(MP.."/common.lua")
dofile(MP.."/builder.lua")
dofile(MP.."/chest.lua")
dofile(MP.."/plants.lua")
dofile(MP.."/nodes.lua")
dofile(MP.."/doors.lua")
dofile(MP.."/switches.lua")
dofile(MP.."/nodeboxes.lua")
dofile(MP.."/palm_scanner.lua")
dofile(MP.."/digicode.lua")
dofile(MP.."/models.lua")
dofile(MP.."/crafts.lua")