Epic/mods/other_worlds/init.lua

13 lines
431 B
Lua
Raw Permalink Normal View History

2020-06-14 16:29:10 -07:00
local modpath = minetest.get_modpath("other_worlds").. DIR_DELIM
otherworlds = {}
dofile(modpath .. "settings.lua")
dofile(modpath .. "crystals.lua")
dofile(modpath .. "space_nodes.lua")
dofile(modpath .. "crafting.lua")
dofile(modpath .. "skybox.lua")
dofile(modpath .. "asteroid_layer_helpers.lua") -- required helpers for mapgen options below
dofile(modpath .. "space_asteroids.lua")
dofile(modpath .. "redsky_asteroids.lua")