RealBadAngel
2013-02-02 661f21754abc25d9d39a8fd9a4f816df773c14d0
technic/init.lua
@@ -38,6 +38,7 @@
dofile(modpath.."/wires_mv.lua")
dofile(modpath.."/solar_panel_mv.lua")
dofile(modpath.."/battery_box_mv.lua")
dofile(modpath.."/electric_furnace_mv.lua")
--Tools
if enable_mining_drill==true then dofile(modpath.."/mining_drill.lua") end
@@ -52,7 +53,7 @@
-- mesecons and tubes related
--dofile(modpath.."/injector.lua")
dofile(modpath.."/node_breaker.lua")
--dofile(modpath.."/deployer.lua")
dofile(modpath.."/deployer.lua")
dofile(modpath.."/constructor.lua")
if enable_item_drop   then dofile(modpath.."/item_drop.lua") end