mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-06-30 23:20:41 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
7
init.lua
7
init.lua
@ -14,15 +14,17 @@ end
|
||||
dofile(MP.."/common.lua")
|
||||
|
||||
if minetest.get_modpath("default") then
|
||||
-- only load builder and chest if the default mod is available
|
||||
-- only load builder if the default mod is available
|
||||
-- the formspecs depend on it
|
||||
dofile(MP.."/builder.lua")
|
||||
dofile(MP.."/chest.lua")
|
||||
end
|
||||
|
||||
dofile(MP.."/ambience.lua")
|
||||
dofile(MP.."/chest.lua")
|
||||
dofile(MP.."/plants.lua")
|
||||
dofile(MP.."/models.lua")
|
||||
dofile(MP.."/nodes.lua")
|
||||
dofile(MP.."/access_card.lua")
|
||||
dofile(MP.."/doors.lua")
|
||||
dofile(MP.."/switch.lua")
|
||||
dofile(MP.."/protected_switch.lua")
|
||||
@ -30,6 +32,7 @@ dofile(MP.."/nodeboxes.lua")
|
||||
dofile(MP.."/palm_scanner.lua")
|
||||
dofile(MP.."/digicode.lua")
|
||||
dofile(MP.."/octagon_panes.lua")
|
||||
dofile(MP.."/octagon_glass.lua")
|
||||
dofile(MP.."/forcefield.lua")
|
||||
dofile(MP.."/crafts.lua")
|
||||
|
||||
|
Reference in New Issue
Block a user