commit | author | age | ||
ee0765 | 1 | local modpath = minetest.get_modpath("technic_worldgen") |
279776 | 2 | |
R | 3 | dofile(modpath.."/nodes.lua") |
4 | dofile(modpath.."/oregen.lua") | |
5 | dofile(modpath.."/crafts.lua") | |
ee0765 | 6 | |
S | 7 | -- Rubber trees, moretrees also supplies these |
8 | if not minetest.get_modpath("moretrees") then | |
9 | dofile(modpath.."/rubber.lua") | |
10 | end | |
11 |