7 lines
247 B
Lua
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")
|