mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 07:40:37 +02:00
Added the Mv and HV down converters.
Doing that required some changes to the batteries in that they have new meta data aligned with the other machines. I also added a BA type machine in addition to the existing PR and RE types. This way it is easy to find he batteries on the network.
This commit is contained in:
@ -36,6 +36,7 @@ dofile(modpath.."/cnc_nodes.lua")
|
||||
dofile(modpath.."/wires_mv.lua")
|
||||
dofile(modpath.."/battery_box_mv.lua")
|
||||
dofile(modpath.."/solar_array_mv.lua")
|
||||
dofile(modpath.."/down_converter_mv.lua")
|
||||
dofile(modpath.."/electric_furnace_mv.lua")
|
||||
dofile(modpath.."/alloy_furnace_mv.lua")
|
||||
dofile(modpath.."/forcefield.lua")
|
||||
@ -44,6 +45,7 @@ dofile(modpath.."/forcefield.lua")
|
||||
dofile(modpath.."/wires_hv.lua")
|
||||
dofile(modpath.."/battery_box_hv.lua")
|
||||
dofile(modpath.."/solar_array_hv.lua")
|
||||
dofile(modpath.."/down_converter_hv.lua")
|
||||
|
||||
--Tools
|
||||
if technic.config:getBool("enable_mining_drill") then dofile(modpath.."/mining_drill.lua") end
|
||||
|
Reference in New Issue
Block a user