dashboard
repositories
filestore
activity
search
login
game
/
technic
mod technic
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Use only 1 node for frame motors.
Novatux
2013-08-31
48ea6fb99de29a58e01c8c923bdca626aaf47c65
[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")