EinsDreiDreiSieben/mods/biomes/frost_land/init.lua
2025-05-04 16:01:41 +02:00

7 lines
247 B
Lua

local default_path = minetest.get_modpath("frost_land")
dofile(default_path.."/nodes.lua")
dofile(default_path.."/mapgen.lua")
--dofile(default_path.."/fireflies.lua")
dofile(default_path.."/moreblocks.lua")
dofile(default_path.."/crafting.lua")