Sires
2018-03-15 e12220be79e25c1c5cb866e1e98091d35079cd3e
technic/crafts.lua
@@ -9,32 +9,48 @@
})
-- Accelerator tube
minetest.clear_craft({
   output = "pipeworks:accelerator_tube_1",
})
if pipeworks.enable_accelerator_tube then
   minetest.clear_craft({
      output = "pipeworks:accelerator_tube_1",
   })
   minetest.register_craft({
      output = 'pipeworks:accelerator_tube_1',
      recipe = {
         {'technic:copper_coil', 'pipeworks:tube_1', 'technic:copper_coil'},
         }
   })
end
-- Teleport tube
if pipeworks.enable_teleport_tube then
   minetest.clear_craft({
      output = "pipeworks:teleport_tube_1",
   })
   minetest.register_craft({
      output = 'pipeworks:teleport_tube_1',
      recipe = {
         {'default:mese_crystal', 'technic:copper_coil', 'default:mese_crystal'},
         {'pipeworks:tube_1', 'technic:control_logic_unit', 'pipeworks:tube_1'},
         {'default:mese_crystal', 'technic:copper_coil', 'default:mese_crystal'},
         }
   })
end
-- basic materials' brass ingot
minetest.clear_craft({
   output = "pipeworks:teleport_tube_1",
   output = "basic_materials:brass_ingot",
})
minetest.register_craft( {
   type = "shapeless",
   output = "basic_materials:brass_ingot 9",
   recipe = { "basic_materials:brass_block" },
})
-- tubes crafting recipes
minetest.register_craft({
    output = 'pipeworks:accelerator_tube_1',
    recipe = {
        {'technic:copper_coil', 'pipeworks:tube_1', 'technic:copper_coil'},
        }
})
minetest.register_craft({
    output = 'pipeworks:teleport_tube_1',
    recipe = {
        {'default:mese_crystal', 'technic:copper_coil', 'default:mese_crystal'},
        {'pipeworks:tube_1', 'technic:control_logic_unit', 'pipeworks:tube_1'},
        {'default:mese_crystal', 'technic:copper_coil', 'default:mese_crystal'},
        }
})
minetest.register_craft({
   output = 'technic:diamond_drill_head',
@@ -67,54 +83,24 @@
   output = 'technic:red_energy_crystal',
   recipe = {
      {'moreores:silver_ingot', 'technic:battery', 'dye:red'},
      {'technic:battery', 'default:diamondblock', 'technic:battery'},
      {'technic:battery', 'basic_materials:energy_crystal_simple', 'technic:battery'},
      {'dye:red', 'technic:battery', 'moreores:silver_ingot'},
   }
})
minetest.register_craft({
   output = 'technic:fine_copper_wire 2',
   recipe = {
      {'', 'default:copper_ingot', ''},
      {'', 'default:copper_ingot', ''},
      {'', 'default:copper_ingot', ''},
   }
})
minetest.register_craft({
   output = 'technic:fine_gold_wire 2',
   recipe = {
      {'', 'default:gold_ingot', ''},
      {'', 'default:gold_ingot', ''},
      {'', 'default:gold_ingot', ''},
   }
})
minetest.register_craft({
   output = 'technic:fine_silver_wire 2',
   recipe = {
      {'', 'moreores:silver_ingot', ''},
      {'', 'moreores:silver_ingot', ''},
      {'', 'moreores:silver_ingot', ''},
   }
})
minetest.register_craft({
   output = 'technic:copper_coil 1',
   recipe = {
      {'technic:fine_copper_wire', 'technic:wrought_iron_ingot', 'technic:fine_copper_wire'},
      {'basic_materials:copper_wire', 'technic:wrought_iron_ingot', 'basic_materials:copper_wire'},
      {'technic:wrought_iron_ingot', '', 'technic:wrought_iron_ingot'},
      {'technic:fine_copper_wire', 'technic:wrought_iron_ingot', 'technic:fine_copper_wire'},
   }
})
minetest.register_craft({
   output = 'technic:motor',
   recipe = {
      {'technic:carbon_steel_ingot', 'technic:copper_coil', 'technic:carbon_steel_ingot'},
      {'technic:carbon_steel_ingot', 'technic:copper_coil', 'technic:carbon_steel_ingot'},
      {'technic:carbon_steel_ingot', 'default:copper_ingot', 'technic:carbon_steel_ingot'},
   }
      {'basic_materials:copper_wire', 'technic:wrought_iron_ingot', 'basic_materials:copper_wire'},
   },
   replacements = {
      {"basic_materials:copper_wire", "basic_materials:empty_spool"},
      {"basic_materials:copper_wire", "basic_materials:empty_spool"},
      {"basic_materials:copper_wire", "basic_materials:empty_spool"},
      {"basic_materials:copper_wire", "basic_materials:empty_spool"}
   },
})
local isolation = mesecons_materials and "mesecons_materials:fiber" or "technic:rubber"
@@ -149,10 +135,11 @@
minetest.register_craft({
   output = 'technic:control_logic_unit',
   recipe = {
      {'', 'technic:fine_gold_wire', ''},
      {'', 'basic_materials:gold_wire', ''},
      {'default:copper_ingot', 'technic:silicon_wafer', 'default:copper_ingot'},
      {'', 'technic:chromium_ingot', ''},
   }
   },
   replacements = { {"basic_materials:gold_wire", "basic_materials:empty_spool"}, },
})
minetest.register_craft({
@@ -160,7 +147,7 @@
   recipe = {
      {'technic:stainless_steel_ingot', 'technic:stainless_steel_ingot', 'technic:stainless_steel_ingot'},
      {'default:bronze_ingot',          'default:bronze_ingot',          'default:bronze_ingot'},
      {'moreores:tin_ingot',            'moreores:tin_ingot',            'moreores:tin_ingot'},
      {'default:tin_ingot',             'default:tin_ingot',             'default:tin_ingot'},
   }
})
@@ -175,7 +162,7 @@
   output = "technic:machine_casing",
   recipe = {
      { "technic:cast_iron_ingot", "technic:cast_iron_ingot", "technic:cast_iron_ingot" },
      { "technic:cast_iron_ingot", "technic:brass_ingot", "technic:cast_iron_ingot" },
      { "technic:cast_iron_ingot", "basic_materials:brass_ingot", "technic:cast_iron_ingot" },
      { "technic:cast_iron_ingot", "technic:cast_iron_ingot", "technic:cast_iron_ingot" },
   },
})