Novatux
2013-08-31 48ea6fb99de29a58e01c8c923bdca626aaf47c65
1
2
3
4
5
6
7
-- Minetest 0.4.6 : technic_worldgen
 
modpath=minetest.get_modpath("technic_worldgen")
 
dofile(modpath.."/nodes.lua")
dofile(modpath.."/oregen.lua")
dofile(modpath.."/crafts.lua")