nether-pack/nether/init_emerge.lua

14 lines
275 B
Lua
Raw Normal View History

2024-03-17 15:38:49 +01:00
-- This is run in mapgen env (see register_mapgen_script)
nether = {}
nether.env_type = "ssm_mapgen"
nether.path = minetest.get_modpath("nether")
local path = nether.path
dofile(path .. "/common.lua")
dofile(path .. "/grow_structures.lua")
dofile(path .. "/mapgen.lua")