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

registration overhaul (json-based)

This commit is contained in:
BuckarooBanzay
2023-10-26 17:20:51 +02:00
parent 63f4bd529e
commit 531a0ff257
4 changed files with 343 additions and 260 deletions

View File

@ -21,6 +21,7 @@ if minetest.get_modpath("default") then
end
dofile(MP.."/plants.lua")
dofile(MP.."/models.lua")
dofile(MP.."/nodes.lua")
dofile(MP.."/doors.lua")
dofile(MP.."/switch.lua")
@ -28,7 +29,6 @@ dofile(MP.."/protected_switch.lua")
dofile(MP.."/nodeboxes.lua")
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")