RealBadAngel
2013-03-30 279776ff62951a8a9ab96b86b03b7558e77a1c87
technic/init.lua
@@ -1,4 +1,4 @@
-- Minetest 0.4.4d1 : technic
-- Minetest 0.4.6 : technic
modpath=minetest.get_modpath("technic")
@@ -6,10 +6,6 @@
dofile(modpath.."/config.lua")
--helper functions
dofile(modpath.."/helpers.lua")
-- world gen
dofile(modpath.."/ores.lua")
if enable_rubber_tree_generation==true then dofile(modpath.."/rubber.lua") end
-- chests
dofile(modpath.."/chest_commons.lua")