dfcaverns/df_lorebooks/init.lua
2023-02-12 03:11:46 -07:00

11 lines
388 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")
dofile(modpath.."/watercolours.lua")