local modpath = minetest.get_modpath("fl_terrain") dofile(modpath .. "/stones.lua") dofile(modpath .. "/ores.lua") --dofile(modpath .. "/liquids.lua") dofile(modpath .. "/topsoil.lua") dofile(modpath .. "/other.lua") dofile(modpath .. "/crafts.lua")