Added solar arrays for all voltage tiers.
authorkpoppel <poulsen.kim@gmail.com>
Mon, 3 Jun 2013 21:37:04 +0000 (23:37 +0200)
committerkpoppel <poulsen.kim@gmail.com>
Mon, 3 Jun 2013 21:37:04 +0000 (23:37 +0200)
commitede3978965790f9683b96d12fc0bf80ba30824cd
treee64e9720caf07732e663150f613487a5c3058eed
parenta9a8f3be3404f08de2a1cc1f133f3985c18cccb3
Added solar arrays for all voltage tiers.
Added transformers for all voltage tiers.
I changed the recipes for solar panels to make them less expensive.
I also changed the output of the individual panel and made the arrays provie the real "oomph" :-)
Solar panels and arrays are dependent on light level, time of day and height abive ground (0) for output and cheating with torches and stuff.
Textures added.
Fixed bugs in the hv battery box. It was not working at all. I don't understand the hv box top texture though???
I have a sense that all machines connected to the battery boxes are taking the same amount of juice from the box.
A method of taking a little or a lot would be nice.
30 files changed:
technic/alloy_furnaces_commons.lua
technic/battery_box_hv.lua
technic/init.lua
technic/items.lua
technic/solar_array_hv.lua [new file with mode: 0644]
technic/solar_array_lv.lua [new file with mode: 0644]
technic/solar_array_mv.lua [new file with mode: 0644]
technic/solar_panel.lua
technic/textures/technic_hv_solar_array_bottom.png [new file with mode: 0644]
technic/textures/technic_hv_solar_array_side.png [new file with mode: 0644]
technic/textures/technic_hv_solar_array_top.png [new file with mode: 0644]
technic/textures/technic_hv_transformer.png [new file with mode: 0644]
technic/textures/technic_lv_solar_array_bottom.png [new file with mode: 0644]
technic/textures/technic_lv_solar_array_side.png [new file with mode: 0644]
technic/textures/technic_lv_solar_array_top.png [new file with mode: 0644]
technic/textures/technic_lv_transformer.png [new file with mode: 0644]
technic/textures/technic_mv_solar_array_bottom.png [new file with mode: 0644]
technic/textures/technic_mv_solar_array_side.png [new file with mode: 0644]
technic/textures/technic_mv_solar_array_top.png [new file with mode: 0644]
technic/textures/technicx32/technic_hv_solar_array_bottom.png [new file with mode: 0644]
technic/textures/technicx32/technic_hv_solar_array_side.png [new file with mode: 0644]
technic/textures/technicx32/technic_hv_solar_array_top.png [new file with mode: 0644]
technic/textures/technicx32/technic_hv_transformer.png [new file with mode: 0644]
technic/textures/technicx32/technic_lv_solar_array_bottom.png [new file with mode: 0644]
technic/textures/technicx32/technic_lv_solar_array_side.png [new file with mode: 0644]
technic/textures/technicx32/technic_lv_solar_array_top.png [new file with mode: 0644]
technic/textures/technicx32/technic_lv_transformer.png [new file with mode: 0644]
technic/textures/technicx32/technic_mv_solar_array_bottom.png [new file with mode: 0644]
technic/textures/technicx32/technic_mv_solar_array_side.png [new file with mode: 0644]
technic/textures/technicx32/technic_mv_solar_array_top.png [new file with mode: 0644]