dashboard
repositories
filestore
activity
search
login
game
/
technic
mod technic
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Update 0.4.6-0
RealBadAngel
2013-04-04
724f1a04b9cb0df440e3f0a91053d0300d57e8f1
[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")