2021-03-22 11:29:28 -04:00

6 lines
180 B
Lua

local modpath = minetest.get_modpath("fl_mapgen")
dofile(modpath .. "/aliases.lua")
dofile(modpath .. "/ores.lua")
dofile(modpath .. "/biomes.lua")
dofile(modpath .. "/other.lua")