2021-04-02 20:58:43 -04:00

8 lines
250 B
Lua

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