Add MV and HV generators and make coal dust a fuel
authorpagliaccio <mangheriniroberto@alice.it>
Tue, 23 Jul 2013 12:43:14 +0000 (14:43 +0200)
committerShadowNinja <noreply@gmail.com>
Sun, 27 Oct 2013 18:39:44 +0000 (14:39 -0400)
commit704925aa7b2dc78dd7af86b71e0a95a64b3afce1
treede2630b1da07d98d6abd2a2f561a35be407a0168
parent4a35d5dd98c8c08dd79cd0d0789b902fd4470edf
Add MV and HV generators and make coal dust a fuel
26 files changed:
technic/legacy.lua
technic/machines/HV/generator.lua [new file with mode: 0644]
technic/machines/HV/init.lua
technic/machines/LV/generator.lua
technic/machines/LV/init.lua
technic/machines/MV/generator.lua [new file with mode: 0644]
technic/machines/MV/init.lua
technic/machines/register/generator.lua [new file with mode: 0644]
technic/machines/register/grinder_recipes.lua
technic/machines/register/init.lua
technic/textures/technic_generator_front.png [deleted file]
technic/textures/technic_generator_front_active.png [deleted file]
technic/textures/technic_generator_side.png [deleted file]
technic/textures/technic_generator_top.png [deleted file]
technic/textures/technic_hv_generator_front.png [new file with mode: 0644]
technic/textures/technic_hv_generator_front_active.png [new file with mode: 0644]
technic/textures/technic_hv_generator_side.png [new file with mode: 0644]
technic/textures/technic_hv_generator_top.png [new file with mode: 0644]
technic/textures/technic_lv_generator_front.png [new file with mode: 0644]
technic/textures/technic_lv_generator_front_active.png [new file with mode: 0644]
technic/textures/technic_lv_generator_side.png [new file with mode: 0644]
technic/textures/technic_lv_generator_top.png [new file with mode: 0644]
technic/textures/technic_mv_generator_front.png [new file with mode: 0644]
technic/textures/technic_mv_generator_front_active.png [new file with mode: 0644]
technic/textures/technic_mv_generator_side.png [new file with mode: 0644]
technic/textures/technic_mv_generator_top.png [new file with mode: 0644]