This commit is contained in:
RealBadAngel
2013-03-30 11:36:45 +01:00
parent edd6f8c7e9
commit 279776ff62
49 changed files with 200 additions and 223 deletions

View File

@ -0,0 +1,8 @@
-- Minetest 0.4.6 : technic_worldgen
modpath=minetest.get_modpath("technic_worldgen")
dofile(modpath.."/nodes.lua")
dofile(modpath.."/oregen.lua")
--dofile(modpath.."/stairslike.lua")
dofile(modpath.."/crafts.lua")