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:
13
init.lua
13
init.lua
@ -4,13 +4,22 @@ scifi_nodes = {}
|
||||
|
||||
local MP = minetest.get_modpath("scifi_nodes")
|
||||
|
||||
|
||||
dofile(MP.."/sounds.lua")
|
||||
|
||||
if minetest.get_modpath("xpanes") then
|
||||
dofile(MP.."/panes.lua")
|
||||
end
|
||||
|
||||
dofile(MP.."/common.lua")
|
||||
dofile(MP.."/builder.lua")
|
||||
dofile(MP.."/chest.lua")
|
||||
|
||||
if minetest.get_modpath("default") then
|
||||
-- only load builder and chest if the default mod is available
|
||||
-- the formspecs depend on it
|
||||
dofile(MP.."/builder.lua")
|
||||
dofile(MP.."/chest.lua")
|
||||
end
|
||||
|
||||
dofile(MP.."/plants.lua")
|
||||
dofile(MP.."/nodes.lua")
|
||||
dofile(MP.."/doors.lua")
|
||||
|
Reference in New Issue
Block a user