technic/technic_worldgen/init.lua

8 lines
180 B
Lua
Raw Normal View History

2013-03-30 11:36:45 +01:00
-- Minetest 0.4.6 : technic_worldgen
modpath=minetest.get_modpath("technic_worldgen")
dofile(modpath.."/nodes.lua")
dofile(modpath.."/oregen.lua")
dofile(modpath.."/crafts.lua")