Add HV battery box

This commit is contained in:
RealBadAngel
2013-05-09 16:02:02 +02:00
parent 4a22282699
commit 64207baa45
2 changed files with 358 additions and 0 deletions

View File

@ -41,6 +41,7 @@ dofile(modpath.."/forcefield.lua")
--HV machines
dofile(modpath.."/wires_hv.lua")
dofile(modpath.."/battery_box_hv.lua")
--Tools
if technic.config:getBool("enable_mining_drill") then dofile(modpath.."/mining_drill.lua") end