Move main mapgen code into new mod
This commit is contained in:
parent
24a6a1edf0
commit
425ec6774d
5 changed files with 11 additions and 8 deletions
|
@ -25,4 +25,3 @@ dofile(minetest.get_modpath("mcl_core").."/nodes.lua")
|
|||
dofile(minetest.get_modpath("mcl_core").."/tools.lua")
|
||||
dofile(minetest.get_modpath("mcl_core").."/craftitems.lua")
|
||||
dofile(minetest.get_modpath("mcl_core").."/crafting.lua")
|
||||
dofile(minetest.get_modpath("mcl_core").."/mapgen.lua")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue