This commit is contained in:
RealBadAngel
2013-03-30 11:36:45 +01:00
parent edd6f8c7e9
commit 279776ff62
49 changed files with 200 additions and 223 deletions

View File

@ -1,4 +1,4 @@
-- Minetest 0.4.4d1 : technic
-- Minetest 0.4.6 : technic
modpath=minetest.get_modpath("technic")
@ -7,10 +7,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")
dofile(modpath.."/iron_chest.lua")