dashboard
repositories
filestore
activity
search
login
game
/
technic
mod technic
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
aliased diamong block back to default one.
Vanessa Ezekowitz
2013-04-15
05131f8b07bab8c8464d37de9d4d589de56ee118
[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")