1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-08-23 01:00:26 +02:00

make crate game agnostic

This commit is contained in:
BuckarooBanzay
2025-03-11 09:16:02 +01:00
parent c615237114
commit b682b2123d
2 changed files with 7 additions and 6 deletions

View File

@ -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")