Consistently use cable in electric machine recipes
authorZefram <zefram@fysh.org>
Sun, 6 Jul 2014 17:45:16 +0000 (18:45 +0100)
committerNovatux <nathanael.courant@laposte.net>
Wed, 9 Jul 2014 07:17:43 +0000 (09:17 +0200)
All electric machine recipes now include cable of the appropriate tier
as the bottom-middle ingredient, immediately below the casing ingredient.
Many LV machines were using a copper ingot in that location.

16 files changed:
technic/machines/HV/forcefield.lua
technic/machines/HV/generator.lua
technic/machines/HV/nuclear_reactor.lua
technic/machines/HV/quarry.lua
technic/machines/LV/alloy_furnace.lua
technic/machines/LV/battery_box.lua
technic/machines/LV/cnc.lua
technic/machines/LV/electric_furnace.lua
technic/machines/LV/generator.lua
technic/machines/LV/geothermal.lua
technic/machines/LV/grinder.lua
technic/machines/LV/music_player.lua
technic/machines/LV/water_mill.lua
technic/machines/MV/generator.lua
technic/machines/MV/tool_workshop.lua
technic/machines/MV/wind_mill.lua

index 7e052923910639485a76f653a62c06e46bc909de..c66ac7da87d66837d65e118ebcfa513d137ef108 100644 (file)
@@ -16,7 +16,7 @@ minetest.register_craft({
        recipe = {
                        {'default:mese',         'technic:motor',          'default:mese'        },
                        {'technic:deployer_off', 'technic:machine_casing', 'technic:deployer_off'},
-                       {'default:mese',         'technic:deployer_off',   'default:mese'        },
+                       {'default:mese',         'technic:hv_cable0',      'default:mese'        },
        }
 })
 
index 8aa734e188caa2e73a80dc256e18d9e87c3d0cc1..86f85774b2ed93089018039e9e4fc02c3745f3e4 100644 (file)
@@ -4,8 +4,8 @@ minetest.register_craft({
        output = 'technic:hv_generator',
        recipe = {
                {'technic:stainless_steel_ingot', 'technic:mv_generator',   'technic:stainless_steel_ingot'},
-               {'pipeworks:tube_1',         'technic:hv_transformer', 'pipeworks:tube_1'},
-               {'technic:stainless_steel_ingot', 'technic:hv_cable',       'technic:stainless_steel_ingot'},
+               {'pipeworks:tube_1',              'technic:hv_transformer', 'pipeworks:tube_1'},
+               {'technic:stainless_steel_ingot', 'technic:hv_cable0',      'technic:stainless_steel_ingot'},
        }
 })
 
index 3936fd1bbf73f20ee350352b4e939373672f37c0..8cdeb97156b9870a233018e137c5c42b35bc37f3 100644 (file)
@@ -18,7 +18,7 @@ minetest.register_craft({
        recipe = {
                {'technic:stainless_steel_ingot', 'technic:stainless_steel_ingot', 'technic:stainless_steel_ingot'},
                {'technic:stainless_steel_ingot',        'technic:machine_casing', 'technic:stainless_steel_ingot'},
-               {'technic:stainless_steel_ingot',              'technic:hv_cable', 'technic:stainless_steel_ingot'},
+               {'technic:stainless_steel_ingot',             'technic:hv_cable0', 'technic:stainless_steel_ingot'},
        }
 })
 
index 09421de64e387c267e4392d478121b28fe7aefb6..c10a558dce4a3d553a8d154df9e477069cc1e4dc 100644 (file)
@@ -3,9 +3,9 @@ local S = technic.getter
 
 minetest.register_craft({
        recipe = {
-               {"technic:carbon_steel_block", "pipeworks:filter",           "technic:carbon_steel_block"},
-               {"technic:motor",              "technic:machine_casing",     "technic:carbon_steel_block"},
-               {"technic:carbon_steel_block", "technic:diamond_drill_head", "technic:carbon_steel_block"}},
+               {"technic:carbon_steel_block", "pipeworks:filter",       "technic:carbon_steel_block"},
+               {"technic:motor",              "technic:machine_casing", "technic:diamond_drill_head"},
+               {"technic:carbon_steel_block", "technic:hv_cable0",      "technic:carbon_steel_block"}},
        output = "technic:quarry",
 })
 
index e267f4416b3e025d055b628535e6d7a20ea47345..bdf2f31912c19db500351d1fb6a38085003e3b8c 100644 (file)
@@ -6,7 +6,7 @@ minetest.register_craft({
        recipe = {
                {'default:brick',           'default:brick',          'default:brick'},
                {'default:brick',           'technic:machine_casing', 'default:brick'},
-               {'default:brick',           'default:copper_ingot',   'default:brick'},
+               {'default:brick',           'technic:lv_cable0',      'default:brick'},
        }
 })
 
index 63c285ba5e7fed238d785019c48f70fcb77544c3..429bcd6aa3a89f3b81ba4fb42feb9b49f96d5c87 100644 (file)
@@ -2,9 +2,9 @@
 minetest.register_craft({
        output = 'technic:lv_battery_box0',
        recipe = {
-               {'technic:battery',         'default:copper_ingot',    'technic:battery'},
-               {'technic:battery',         'technic:machine_casing',  'technic:battery'},
                {'group:wood',              'group:wood',              'group:wood'},
+               {'technic:battery',         'technic:machine_casing',  'technic:battery'},
+               {'technic:battery',         'technic:lv_cable0',       'technic:battery'},
        }
 })
 
index 1af0884ed254010a89549881c6029d895f706054..5cf458f77f88abbabd2934102f69c8d336025bb3 100644 (file)
@@ -230,7 +230,7 @@ minetest.register_craft({
        recipe = {
                {'default:glass',              'technic:diamond_drill_head', 'default:glass'},
                {'technic:control_logic_unit', 'technic:machine_casing',     'technic:motor'},
-               {'technic:carbon_steel_ingot', 'default:copper_ingot',       'technic:carbon_steel_ingot'},         
+               {'technic:carbon_steel_ingot', 'technic:lv_cable0',          'technic:carbon_steel_ingot'},         
        },
 })
 
index 58570d96fb87f75d722b67da7d534dc4f32cce3f..cc4daffd7de7ab8c26b41870ef3b736946e0f080 100644 (file)
@@ -7,7 +7,7 @@ minetest.register_craft({
        recipe = {
                {'default:cobble', 'default:cobble',         'default:cobble'},
                {'default:cobble', 'technic:machine_casing', 'default:cobble'},
-               {'default:cobble', 'moreores:copper_ingot',  'default:cobble'},
+               {'default:cobble', 'technic:lv_cable0',      'default:cobble'},
        }
 })
 
index 356beb3f6dfed46e7a8f70f4970e4495811e1ba1..0be8506e1cb9fae740cb0504147fb59458c6f76e 100644 (file)
@@ -10,7 +10,7 @@ minetest.register_craft({
        recipe = {
                {'default:stone', 'default:stone',          'default:stone'},
                {'default:stone', 'technic:machine_casing', 'default:stone'},
-               {'default:stone', 'default:copper_ingot',   'default:stone'},
+               {'default:stone', 'technic:lv_cable0',      'default:stone'},
        }
 })
 
index 8b9b42c311f6c3b5f3e4e1e33de0eeacebe1e522..489d764f5172eafdf842b753f537f12902ef89b1 100644 (file)
@@ -12,7 +12,7 @@ minetest.register_craft({
        recipe = {
                {'default:stone', 'default:diamond', 'default:stone'},
                {'default:copper_ingot', 'technic:machine_casing', 'default:copper_ingot'},
-               {'default:stone', 'default:copper_ingot', 'default:stone'},
+               {'default:stone', 'technic:lv_cable0', 'default:stone'},
        }
 })
 
index 6a989229f1424fbfd70f33cc9f15d6137c03bf59..ae4a6596e2813dc1d5c25c3210c91523c8de8719 100644 (file)
@@ -5,7 +5,7 @@ minetest.register_craft({
        recipe = {
                {'default:desert_stone', 'default:diamond',        'default:desert_stone'},
                {'default:desert_stone', 'technic:machine_casing', 'default:desert_stone'},
-               {'default:stone',        'moreores:copper_ingot',  'default:stone'},
+               {'default:stone',        'technic:lv_cable0',      'default:stone'},
        }
 })
 
index c5bfee9049f38059fcfe29c695acc10b773e1854..9ab88f20a08810ac98f03d9f805db17ee624c4d3 100644 (file)
@@ -9,7 +9,7 @@ minetest.register_craft({
        recipe = {
                {'group:wood',      'default:diamond',        'group:wood'},
                {'default:diamond', 'technic:machine_casing', 'default:diamond'},
-               {'default:stone',   'default:copper_ingot',   'default:stone'},
+               {'default:stone',   'technic:lv_cable0',      'default:stone'},
        }
 })
 
index eb5a430a270fb51e033e480efbdee1bcea7303d6..771a588b0a15e2a29c0b9f80957d635a34b1dbd7 100644 (file)
@@ -11,7 +11,7 @@ minetest.register_craft({
        recipe = {
                {'default:stone', 'default:diamond',        'default:stone'},
                {'group:wood',    'technic:machine_casing', 'group:wood'},
-               {'default:stone', 'default:copper_ingot',   'default:stone'},
+               {'default:stone', 'technic:lv_cable0',      'default:stone'},
        }
 })
 
index 21c7e8439ff15c4d9ed4e2512a1aa113a0e8ebec..4ae24b8c55682cf0ba0ba1475af868b1d2d48c15 100644 (file)
@@ -4,8 +4,8 @@ minetest.register_craft({
        output = 'technic:mv_generator',
        recipe = {
                {'technic:stainless_steel_ingot', 'technic:lv_generator',   'technic:stainless_steel_ingot'},
-               {'pipeworks:tube_1',         'technic:mv_transformer', 'pipeworks:tube_1'},
-               {'technic:stainless_steel_ingot', 'technic:mv_cable',       'technic:stainless_steel_ingot'},
+               {'pipeworks:tube_1',              'technic:mv_transformer', 'pipeworks:tube_1'},
+               {'technic:stainless_steel_ingot', 'technic:mv_cable0',      'technic:stainless_steel_ingot'},
        }
 })
 
index 36ce0d2de72c89f0a774f722575b9246f992dbde..1255931338495aaa421feecb1e0b1c0bfa0ca2c8 100644 (file)
@@ -10,7 +10,7 @@ minetest.register_craft({
        recipe = {
                {'group:wood',    'default:diamond',        'group:wood'},
                {'group:wood',    'technic:machine_casing', 'group:wood'},
-               {'default:stone', 'default:copper_ingot',   'default:stone'},
+               {'default:stone', 'technic:mv_cable0',      'default:stone'},
        }
 })
 
index 868a60e0312948b8b73d9962f961e9e1291340cd..1bc8e026206c1876e8eefe794dd77a0156fdf5dc 100644 (file)
@@ -13,9 +13,9 @@ minetest.register_craft({
 minetest.register_craft({
        output = 'technic:wind_mill',
        recipe = {
-               {'',                           'technic:carbon_steel_ingot', ''},
-               {'technic:carbon_steel_ingot', 'technic:motor',              'technic:carbon_steel_ingot'},
-               {'',                           'technic:carbon_steel_block', ''},
+               {'',                           'technic:motor',              ''},
+               {'technic:carbon_steel_ingot', 'technic:carbon_steel_block', 'technic:carbon_steel_ingot'},
+               {'',                           'technic:mv_cable0',          ''},
        }
 })