ShadowNinja
2013-09-24 3107618c9e710b753b5ce81052b3765d92c01312
technic_worldgen/init.lua
@@ -1,8 +1,11 @@
-- Minetest 0.4.6 : technic_worldgen
modpath=minetest.get_modpath("technic_worldgen")
local modpath = minetest.get_modpath("technic_worldgen")
dofile(modpath.."/nodes.lua")
dofile(modpath.."/oregen.lua")
--dofile(modpath.."/stairslike.lua")
dofile(modpath.."/crafts.lua")
-- Rubber trees, moretrees also supplies these
if not minetest.get_modpath("moretrees") then
   dofile(modpath.."/rubber.lua")
end