forked from mtcontrib/nether-pack
Move most of mapgen into mapgen thread
This commit is contained in:
13
nether/init_emerge.lua
Normal file
13
nether/init_emerge.lua
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
-- 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")
|
Reference in New Issue
Block a user