dashboard
repositories
filestore
activity
search
login
game
/
technic
mod technic
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add license
Novatux
2013-08-30
8b8e0a02c73f9c9e92506e3f0c291e3d89a75293
[game/technic.git]
/
technic_worldgen
/
init.lua
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")