summaryrefslogtreecommitdiff
path: root/technic_worldgen/init.lua
blob: 37aa386f28d543f5055d7040496fb5080f049bae (plain)
1
2
3
4
5
6
7
8
-- Minetest 0.4.6 : technic_worldgen

modpath=minetest.get_modpath("technic_worldgen")

dofile(modpath.."/nodes.lua")
dofile(modpath.."/oregen.lua")
--dofile(modpath.."/stairslike.lua")
dofile(modpath.."/crafts.lua")