Novatux
2014-07-02 88cbc6c2a70db42018051129cc0cd12832013f93
Add MV extractor
6 files added
12 ■■■■■ changed files
technic/machines/MV/extractor.lua 12 ●●●●● patch | view | raw | blame | history
technic/textures/technic_mv_extractor_bottom.png patch | view | raw | blame | history
technic/textures/technic_mv_extractor_front.png patch | view | raw | blame | history
technic/textures/technic_mv_extractor_front_active.png patch | view | raw | blame | history
technic/textures/technic_mv_extractor_side.png patch | view | raw | blame | history
technic/textures/technic_mv_extractor_top.png patch | view | raw | blame | history
technic/machines/MV/extractor.lua
New file
@@ -0,0 +1,12 @@
-- MV extractor
minetest.register_craft({
    output = 'technic:mv_extractor',
    recipe = {
        {'technic:stainless_steel_ingot', 'technic:lv_extractor',   'technic:stainless_steel_ingot'},
        {'pipeworks:tube_1',              'technic:mv_transformer', 'pipeworks:tube_1'},
        {'technic:stainless_steel_ingot', 'technic:mv_cable0',      'technic:stainless_steel_ingot'},
    }
})
technic.register_extractor({tier = "MV", demand = {800, 600, 400}, speed = 2, upgrade = 1, tube = 1})
technic/textures/technic_mv_extractor_bottom.png
technic/textures/technic_mv_extractor_front.png
technic/textures/technic_mv_extractor_front_active.png
technic/textures/technic_mv_extractor_side.png
technic/textures/technic_mv_extractor_top.png