Changed power distribution method and streamlined the various existing machines.
authorkpoppel <poulsen.kim@gmail.com>
Mon, 1 Jul 2013 22:03:36 +0000 (00:03 +0200)
committerkpoppel <poulsen.kim@gmail.com>
Mon, 1 Jul 2013 22:03:36 +0000 (00:03 +0200)
commitee5c6c23fab97f1bd1b217a654b72606938619b6
treeb2819d4099ecad1d5dbe29c484bd9d8da9102669
parent37d9d94c44cbadc7e6550efc22612c7c605a9040
Changed power distribution method and streamlined the various existing machines.
An electrical network now requires a switching station to work. This statin is the one
resolving the network collecting power and distributing it again.
Added up/down converter. It is kind of finished. It can be updated with a slot for an upgrade
but so far it works without by resolving the types of wires above and below the box.
Tool and machine registering changed to use a table with key+value instead of the iterative method it used to have.
The power radiator changed to be able to send up to 3000MV EUs in a radius of 6.

This update will most likely require existing networks to be dug up and placed again. Also the
switching station must be added.
33 files changed:
technic/alloy_furnace.lua
technic/alloy_furnace_mv.lua
technic/alloy_furnaces_commons.lua
technic/battery_box.lua
technic/battery_box_hv.lua
technic/battery_box_mv.lua
technic/cans.lua
technic/chainsaw.lua
technic/cnc.lua
technic/electric_furnace.lua
technic/electric_furnace_mv.lua
technic/flashlight.lua
technic/forcefield.lua
technic/generator.lua
technic/geothermal.lua
technic/grinder.lua
technic/grinder_gloopores.lua
technic/init.lua
technic/lighting.lua
technic/mining_drill.lua
technic/mining_laser_mk1.lua
technic/music_player.lua
technic/power_radiator.lua
technic/register_machine_and_tool.lua [new file with mode: 0644]
technic/solar_array_hv.lua
technic/solar_array_lv.lua
technic/solar_array_mv.lua
technic/solar_panel.lua
technic/sonic_screwdriver.lua
technic/supply_converter.lua [new file with mode: 0644]
technic/switching_station.lua [new file with mode: 0644]
technic/tool_workshop.lua
technic/water_mill.lua