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