Move main mapgen code into new mod

This commit is contained in:
Wuzzy 2017-02-17 00:09:05 +01:00
parent 24a6a1edf0
commit 425ec6774d
5 changed files with 11 additions and 8 deletions

View file

@ -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")