summaryrefslogtreecommitdiff
path: root/technic_worldgen/init.lua
blob: 3e9e4dde1118434d9768bc6a1bccc42f9e4dbc58 (plain)
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")