Use machine casing in most machine recipes
authorZefram <zefram@fysh.org>
Sun, 6 Jul 2014 16:13:11 +0000 (17:13 +0100)
committerNovatux <nathanael.courant@laposte.net>
Wed, 9 Jul 2014 07:17:43 +0000 (09:17 +0200)
18 files changed:
technic/machines/HV/forcefield.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/compressor.lua
technic/machines/LV/electric_furnace.lua
technic/machines/LV/extractor.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/power_radiator.lua
technic/machines/MV/tool_workshop.lua
technic/machines/supply_converter.lua
technic/machines/switching_station.lua

index 32a93fcf326c755cdc9aeb2a6b8a13180fb92bcd..7e052923910639485a76f653a62c06e46bc909de 100644 (file)
@@ -14,9 +14,9 @@ local S = technic.getter
 minetest.register_craft({
        output = 'technic:forcefield_emitter_off',
        recipe = {
-                       {'default:mese',         'technic:deployer_off', 'default:mese'        },
-                       {'technic:deployer_off', 'technic:motor',        'technic:deployer_off'},
-                       {'default:mese',         'technic:deployer_off', 'default:mese'        },
+                       {'default:mese',         'technic:motor',          'default:mese'        },
+                       {'technic:deployer_off', 'technic:machine_casing', 'technic:deployer_off'},
+                       {'default:mese',         'technic:deployer_off',   'default:mese'        },
        }
 })
 
index abe71bcd3940819765f7a096a5317cc3ecbc4397..3936fd1bbf73f20ee350352b4e939373672f37c0 100644 (file)
@@ -17,7 +17,7 @@ minetest.register_craft({
        output = 'technic:hv_nuclear_reactor_core',
        recipe = {
                {'technic:stainless_steel_ingot', 'technic:stainless_steel_ingot', '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'},
        }
 })
index f22e09460dd7015c9aba10dfbba074b1fc82f479..09421de64e387c267e4392d478121b28fe7aefb6 100644 (file)
@@ -4,7 +4,7 @@ local S = technic.getter
 minetest.register_craft({
        recipe = {
                {"technic:carbon_steel_block", "pipeworks:filter",           "technic:carbon_steel_block"},
-               {"technic:carbon_steel_block", "technic:motor",              "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"}},
        output = "technic:quarry",
 })
index f0e2bc5506276dc3c4b506b441fd98a3ff9773a8..e267f4416b3e025d055b628535e6d7a20ea47345 100644 (file)
@@ -4,9 +4,9 @@
 minetest.register_craft({
        output = 'technic:lv_alloy_furnace',
        recipe = {
-               {'default:brick',           'default:brick',        'default:brick'},
-               {'default:brick',           '',                     'default:brick'},
-               {'technic:cast_iron_ingot', 'default:copper_ingot', 'technic:cast_iron_ingot'},
+               {'default:brick',           'default:brick',          'default:brick'},
+               {'default:brick',           'technic:machine_casing', 'default:brick'},
+               {'default:brick',           'default:copper_ingot',   'default:brick'},
        }
 })
 
index e21a66a96107826499b494b75898867aaeb2a0ad..63c285ba5e7fed238d785019c48f70fcb77544c3 100644 (file)
@@ -2,9 +2,9 @@
 minetest.register_craft({
        output = 'technic:lv_battery_box0',
        recipe = {
-               {'technic:battery',         'group:wood',              'technic:battery'},
                {'technic:battery',         'default:copper_ingot',    'technic:battery'},
-               {'technic:cast_iron_ingot', 'technic:cast_iron_ingot', 'technic:cast_iron_ingot'},
+               {'technic:battery',         'technic:machine_casing',  'technic:battery'},
+               {'group:wood',              'group:wood',              'group:wood'},
        }
 })
 
index 7395645fd8477eabfc21dfbbbe46f69ec23b8e7a..1af0884ed254010a89549881c6029d895f706054 100644 (file)
@@ -229,7 +229,7 @@ minetest.register_craft({
        output = 'technic:cnc',
        recipe = {
                {'default:glass',              'technic:diamond_drill_head', 'default:glass'},
-               {'technic:control_logic_unit', 'technic:motor',              'technic:carbon_steel_ingot'},
+               {'technic:control_logic_unit', 'technic:machine_casing',     'technic:motor'},
                {'technic:carbon_steel_ingot', 'default:copper_ingot',       'technic:carbon_steel_ingot'},         
        },
 })
index 11bf16d4de690b1bbd83a06ed4cd6bc4e7ace570..2b9752fafbd2a3eea9a1ec900c9c0aacbd668128 100644 (file)
@@ -4,9 +4,9 @@ minetest.register_alias("compressor", "technic:lv_compressor")
 minetest.register_craft({
        output = 'technic:lv_compressor',
        recipe = {
-               {'default:stone',       'default:stone',        'default:stone'},
-               {'mesecons:piston',     'technic:motor',        'mesecons:piston'},
-               {'default:stone',       'technic:lv_cable0',    'default:stone'},
+               {'default:stone',       'technic:motor',                'default:stone'},
+               {'mesecons:piston',     'technic:machine_casing',       'mesecons:piston'},
+               {'default:stone',       'technic:lv_cable0',            'default:stone'},
        }
 })
 
index 8bb1562e9de222a84347a5fec72ece6f78bc9ce2..58570d96fb87f75d722b67da7d534dc4f32cce3f 100644 (file)
@@ -5,9 +5,9 @@
 minetest.register_craft({
        output = 'technic:electric_furnace',
        recipe = {
-               {'default:cobble',          'default:cobble',        'default:cobble'},
-               {'default:cobble',          '',                      'default:cobble'},
-               {'technic:cast_iron_ingot', 'moreores:copper_ingot', 'technic:cast_iron_ingot'},
+               {'default:cobble', 'default:cobble',         'default:cobble'},
+               {'default:cobble', 'technic:machine_casing', 'default:cobble'},
+               {'default:cobble', 'moreores:copper_ingot',  'default:cobble'},
        }
 })
 
index df1ca2ecf4842eb5fa60e84541cecf763fd75a06..363d2e3adc879cd356cae3f40661f42ff0cb3e79 100644 (file)
@@ -4,9 +4,9 @@ minetest.register_alias("extractor", "technic:lv_extractor")
 minetest.register_craft({
        output = 'technic:lv_extractor',
        recipe = {
-               {'technic:treetap', 'technic:motor',     'technic:treetap'},
-               {'technic:treetap', 'technic:lv_cable0', 'technic:treetap'},
-               {'',                '',                  ''},
+               {'technic:treetap', 'technic:motor',          'technic:treetap'},
+               {'technic:treetap', 'technic:machine_casing', 'technic:treetap'},
+               {'',                'technic:lv_cable0',      ''},
        }
 })
 
index eae79518285ec5ef92b2dd6646a40dbc84375b42..356beb3f6dfed46e7a8f70f4970e4495811e1ba1 100644 (file)
@@ -8,9 +8,9 @@ minetest.register_alias("lv_generator", "technic:lv_generator")
 minetest.register_craft({
        output = 'technic:lv_generator',
        recipe = {
-               {'default:stone', 'default:stone',        'default:stone'},
-               {'default:stone', '',                     'default:stone'},
-               {'default:stone', 'default:copper_ingot', 'default:stone'},
+               {'default:stone', 'default:stone',          'default:stone'},
+               {'default:stone', 'technic:machine_casing', 'default:stone'},
+               {'default:stone', 'default:copper_ingot',   'default:stone'},
        }
 })
 
index 8c64708c32861b7355492470764efdbc83b1e4c2..8b9b42c311f6c3b5f3e4e1e33de0eeacebe1e522 100644 (file)
@@ -10,8 +10,8 @@ local S = technic.getter
 minetest.register_craft({
        output = 'technic:geothermal',
        recipe = {
-               {'default:stone', 'default:stone', 'default:stone'},
-               {'default:copper_ingot', 'default:diamond', 'default:copper_ingot'},
+               {'default:stone', 'default:diamond', 'default:stone'},
+               {'default:copper_ingot', 'technic:machine_casing', 'default:copper_ingot'},
                {'default:stone', 'default:copper_ingot', 'default:stone'},
        }
 })
index 7b54b350653e2ffbaedad761a820d4d207638d4c..6a989229f1424fbfd70f33cc9f15d6137c03bf59 100644 (file)
@@ -3,9 +3,9 @@ minetest.register_alias("grinder", "technic:grinder")
 minetest.register_craft({
        output = 'technic:grinder',
        recipe = {
-               {'default:desert_stone', 'default:desert_stone',  'default:desert_stone'},
-               {'default:desert_stone', 'default:diamond',       'default:desert_stone'},
-               {'default:stone',        'moreores:copper_ingot', 'default:stone'},
+               {'default:desert_stone', 'default:diamond',        'default:desert_stone'},
+               {'default:desert_stone', 'technic:machine_casing', 'default:desert_stone'},
+               {'default:stone',        'moreores:copper_ingot',  'default:stone'},
        }
 })
 
index 39dd32911c684bb1cc2e8e271cf190963fa51d37..c5bfee9049f38059fcfe29c695acc10b773e1854 100644 (file)
@@ -7,9 +7,9 @@ minetest.register_alias("music_player", "technic:music_player")
 minetest.register_craft({
        output = 'technic:music_player',
        recipe = {
-               {'group:wood',      'group:wood',           'group:wood'},
-               {'default:diamond', 'default:diamond',      'default:diamond'},
-               {'default:stone',   'default:copper_ingot', 'default:stone'},
+               {'group:wood',      'default:diamond',        'group:wood'},
+               {'default:diamond', 'technic:machine_casing', 'default:diamond'},
+               {'default:stone',   'default:copper_ingot',   'default:stone'},
        }
 })
 
index 0ddccc78506b6c771f9ec1e9ebc468ee9c985d13..eb5a430a270fb51e033e480efbdee1bcea7303d6 100644 (file)
@@ -9,9 +9,9 @@ minetest.register_alias("water_mill", "technic:water_mill")
 minetest.register_craft({
        output = 'technic:water_mill',
        recipe = {
-               {'default:stone', 'default:stone',        'default:stone'},
-               {'group:wood',    'default:diamond',      'group:wood'},
-               {'default:stone', 'default:copper_ingot', 'default:stone'},
+               {'default:stone', 'default:diamond',        'default:stone'},
+               {'group:wood',    'technic:machine_casing', 'group:wood'},
+               {'default:stone', 'default:copper_ingot',   'default:stone'},
        }
 })
 
index 652347185e18a799241280e5ed7886466b3d93e6..4f9a837b5856453c9f8a8f3024443d35e0f5e8bd 100644 (file)
@@ -138,9 +138,9 @@ minetest.register_node("technic:power_radiator", {
 minetest.register_craft({
        output = 'technic:power_radiator 1',
        recipe = {
-               {'technic:stainless_steel_ingot', 'technic:stainless_steel_ingot', 'technic:stainless_steel_ingot'},
-               {'technic:copper_coil',           'technic:mv_transformer',        'technic:copper_coil'},
-               {'technic:rubber',                'technic:mv_cable0',       'technic:rubber'},
+               {'technic:stainless_steel_ingot', 'technic:mv_transformer', 'technic:stainless_steel_ingot'},
+               {'technic:copper_coil',           'technic:machine_casing', 'technic:copper_coil'},
+               {'technic:rubber',                'technic:mv_cable0',      'technic:rubber'},
        }
 })
 
index 15aa09dd935fc5d56fef8490e0375b68852dfaa3..36ce0d2de72c89f0a774f722575b9246f992dbde 100644 (file)
@@ -8,9 +8,9 @@ local S = technic.getter
 minetest.register_craft({
        output = 'technic:tool_workshop',
        recipe = {
-               {'group:wood',    'group:wood',           'group:wood'},
-               {'group:wood',    'default:diamond',      'group:wood'},
-               {'default:stone', 'default:copper_ingot', 'default:stone'},
+               {'group:wood',    'default:diamond',        'group:wood'},
+               {'group:wood',    'technic:machine_casing', 'group:wood'},
+               {'default:stone', 'default:copper_ingot',   'default:stone'},
        }
 })
 
index 4340f22d69ac02c0352562638ce2e78b827f6f67..3247e34e3831066cc15e6071c8c17b2b055a8b09 100644 (file)
@@ -32,9 +32,9 @@ minetest.register_node("technic:supply_converter", {
 minetest.register_craft({
        output = 'technic:supply_converter 1',
        recipe = {
-               {'technic:stainless_steel_ingot', 'technic:stainless_steel_ingot', 'technic:stainless_steel_ingot'},
-               {'technic:mv_transformer',        'technic:mv_cable0',             'technic:lv_transformer'},
-               {'technic:mv_cable0',             'technic:rubber',                'technic:lv_cable0'},
+               {'technic:stainless_steel_ingot', 'technic:machine_casing', 'technic:stainless_steel_ingot'},
+               {'technic:mv_transformer',        'technic:mv_cable0',      'technic:lv_transformer'},
+               {'technic:mv_cable0',             'technic:rubber',         'technic:lv_cable0'},
        }
 })
 
index 88d1890ea0d296d67e58cd70b945f99147365993..f71664b00509748ca6c860aff0d233057fa9bb5e 100644 (file)
@@ -35,9 +35,9 @@ local S = technic.getter
 minetest.register_craft({
        output = "technic:switching_station",
        recipe = {
-               {"technic:cast_iron_ingot", "technic:lv_transformer", "technic:cast_iron_ingot"},
-               {"default:copper_ingot",    "technic:lv_cable0",      "default:copper_ingot"},
-               {"technic:cast_iron_ingot", "technic:lv_cable0",      "technic:cast_iron_ingot"}
+               {"",                        "technic:lv_transformer", ""},
+               {"default:copper_ingot",    "technic:machine_casing", "default:copper_ingot"},
+               {"technic:lv_cable0",       "technic:lv_cable0",      "technic:lv_cable0"}
        }
 })