dfcaverns/df_lorebooks/init.lua

11 lines
388 B
Lua
Raw Normal View History

local modpath = minetest.get_modpath(minetest.get_current_modname())
local S = minetest.get_translator(minetest.get_current_modname())
2023-02-12 00:13:12 +01:00
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")
2023-02-12 11:11:46 +01:00
dofile(modpath.."/watercolours.lua")