forked from mtcontrib/scifi_nodes
make crate game agnostic
This commit is contained in:
4
init.lua
4
init.lua
@@ -14,13 +14,13 @@ 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")
|
||||
|
||||
Reference in New Issue
Block a user