mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2024-11-12 13:40:31 +01:00
10 lines
351 B
Lua
10 lines
351 B
Lua
local modpath = minetest.get_modpath(minetest.get_current_modname())
|
|
|
|
local S = minetest.get_translator(minetest.get_current_modname())
|
|
|
|
dofile(modpath.."/introductions.lua")
|
|
dofile(modpath.."/ecology_flora.lua")
|
|
dofile(modpath.."/ecology_trees.lua")
|
|
dofile(modpath.."/geology_the_great_caverns.lua")
|
|
dofile(modpath.."/underworld_and_primordial.lua")
|