dfcaverns/df_lorebooks/init.lua
2023-02-11 16:13:12 -07:00

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