forked from minetest-mods/technic
Consistently use cable in electric machine recipes
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.
This commit is contained in:
parent
e8a5a6652d
commit
68ea0acbd0
|
@ -16,7 +16,7 @@ minetest.register_craft({
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:mese', 'technic:motor', 'default:mese' },
|
{'default:mese', 'technic:motor', 'default:mese' },
|
||||||
{'technic:deployer_off', 'technic:machine_casing', 'technic:deployer_off'},
|
{'technic:deployer_off', 'technic:machine_casing', 'technic:deployer_off'},
|
||||||
{'default:mese', 'technic:deployer_off', 'default:mese' },
|
{'default:mese', 'technic:hv_cable0', 'default:mese' },
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ minetest.register_craft({
|
||||||
recipe = {
|
recipe = {
|
||||||
{'technic:stainless_steel_ingot', 'technic:mv_generator', 'technic:stainless_steel_ingot'},
|
{'technic:stainless_steel_ingot', 'technic:mv_generator', 'technic:stainless_steel_ingot'},
|
||||||
{'pipeworks:tube_1', 'technic:hv_transformer', 'pipeworks:tube_1'},
|
{'pipeworks:tube_1', 'technic:hv_transformer', 'pipeworks:tube_1'},
|
||||||
{'technic:stainless_steel_ingot', 'technic:hv_cable', 'technic:stainless_steel_ingot'},
|
{'technic:stainless_steel_ingot', 'technic:hv_cable0', 'technic:stainless_steel_ingot'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ minetest.register_craft({
|
||||||
recipe = {
|
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:stainless_steel_ingot', 'technic:machine_casing', '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'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,8 @@ local S = technic.getter
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
recipe = {
|
recipe = {
|
||||||
{"technic:carbon_steel_block", "pipeworks:filter", "technic:carbon_steel_block"},
|
{"technic:carbon_steel_block", "pipeworks:filter", "technic:carbon_steel_block"},
|
||||||
{"technic:motor", "technic:machine_casing", "technic:carbon_steel_block"},
|
{"technic:motor", "technic:machine_casing", "technic:diamond_drill_head"},
|
||||||
{"technic:carbon_steel_block", "technic:diamond_drill_head", "technic:carbon_steel_block"}},
|
{"technic:carbon_steel_block", "technic:hv_cable0", "technic:carbon_steel_block"}},
|
||||||
output = "technic:quarry",
|
output = "technic:quarry",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ minetest.register_craft({
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:brick', 'default:brick', 'default:brick'},
|
{'default:brick', 'default:brick', 'default:brick'},
|
||||||
{'default:brick', 'technic:machine_casing', 'default:brick'},
|
{'default:brick', 'technic:machine_casing', 'default:brick'},
|
||||||
{'default:brick', 'default:copper_ingot', 'default:brick'},
|
{'default:brick', 'technic:lv_cable0', 'default:brick'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:lv_battery_box0',
|
output = 'technic:lv_battery_box0',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'technic:battery', 'default:copper_ingot', 'technic:battery'},
|
|
||||||
{'technic:battery', 'technic:machine_casing', 'technic:battery'},
|
|
||||||
{'group:wood', 'group:wood', 'group:wood'},
|
{'group:wood', 'group:wood', 'group:wood'},
|
||||||
|
{'technic:battery', 'technic:machine_casing', 'technic:battery'},
|
||||||
|
{'technic:battery', 'technic:lv_cable0', 'technic:battery'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -230,7 +230,7 @@ minetest.register_craft({
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:glass', 'technic:diamond_drill_head', 'default:glass'},
|
{'default:glass', 'technic:diamond_drill_head', 'default:glass'},
|
||||||
{'technic:control_logic_unit', 'technic:machine_casing', 'technic:motor'},
|
{'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'},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ minetest.register_craft({
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:cobble', 'default:cobble', 'default:cobble'},
|
{'default:cobble', 'default:cobble', 'default:cobble'},
|
||||||
{'default:cobble', 'technic:machine_casing', 'default:cobble'},
|
{'default:cobble', 'technic:machine_casing', 'default:cobble'},
|
||||||
{'default:cobble', 'moreores:copper_ingot', 'default:cobble'},
|
{'default:cobble', 'technic:lv_cable0', 'default:cobble'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ minetest.register_craft({
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:stone', 'default:stone', 'default:stone'},
|
{'default:stone', 'default:stone', 'default:stone'},
|
||||||
{'default:stone', 'technic:machine_casing', 'default:stone'},
|
{'default:stone', 'technic:machine_casing', 'default:stone'},
|
||||||
{'default:stone', 'default:copper_ingot', 'default:stone'},
|
{'default:stone', 'technic:lv_cable0', 'default:stone'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ minetest.register_craft({
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:stone', 'default:diamond', 'default:stone'},
|
{'default:stone', 'default:diamond', 'default:stone'},
|
||||||
{'default:copper_ingot', 'technic:machine_casing', 'default:copper_ingot'},
|
{'default:copper_ingot', 'technic:machine_casing', 'default:copper_ingot'},
|
||||||
{'default:stone', 'default:copper_ingot', 'default:stone'},
|
{'default:stone', 'technic:lv_cable0', 'default:stone'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ minetest.register_craft({
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:desert_stone', 'default:diamond', 'default:desert_stone'},
|
{'default:desert_stone', 'default:diamond', 'default:desert_stone'},
|
||||||
{'default:desert_stone', 'technic:machine_casing', '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'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ minetest.register_craft({
|
||||||
recipe = {
|
recipe = {
|
||||||
{'group:wood', 'default:diamond', 'group:wood'},
|
{'group:wood', 'default:diamond', 'group:wood'},
|
||||||
{'default:diamond', 'technic:machine_casing', 'default:diamond'},
|
{'default:diamond', 'technic:machine_casing', 'default:diamond'},
|
||||||
{'default:stone', 'default:copper_ingot', 'default:stone'},
|
{'default:stone', 'technic:lv_cable0', 'default:stone'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ minetest.register_craft({
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:stone', 'default:diamond', 'default:stone'},
|
{'default:stone', 'default:diamond', 'default:stone'},
|
||||||
{'group:wood', 'technic:machine_casing', 'group:wood'},
|
{'group:wood', 'technic:machine_casing', 'group:wood'},
|
||||||
{'default:stone', 'default:copper_ingot', 'default:stone'},
|
{'default:stone', 'technic:lv_cable0', 'default:stone'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ minetest.register_craft({
|
||||||
recipe = {
|
recipe = {
|
||||||
{'technic:stainless_steel_ingot', 'technic:lv_generator', 'technic:stainless_steel_ingot'},
|
{'technic:stainless_steel_ingot', 'technic:lv_generator', 'technic:stainless_steel_ingot'},
|
||||||
{'pipeworks:tube_1', 'technic:mv_transformer', 'pipeworks:tube_1'},
|
{'pipeworks:tube_1', 'technic:mv_transformer', 'pipeworks:tube_1'},
|
||||||
{'technic:stainless_steel_ingot', 'technic:mv_cable', 'technic:stainless_steel_ingot'},
|
{'technic:stainless_steel_ingot', 'technic:mv_cable0', 'technic:stainless_steel_ingot'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ minetest.register_craft({
|
||||||
recipe = {
|
recipe = {
|
||||||
{'group:wood', 'default:diamond', 'group:wood'},
|
{'group:wood', 'default:diamond', 'group:wood'},
|
||||||
{'group:wood', 'technic:machine_casing', 'group:wood'},
|
{'group:wood', 'technic:machine_casing', 'group:wood'},
|
||||||
{'default:stone', 'default:copper_ingot', 'default:stone'},
|
{'default:stone', 'technic:mv_cable0', 'default:stone'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -13,9 +13,9 @@ minetest.register_craft({
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:wind_mill',
|
output = 'technic:wind_mill',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'', 'technic:carbon_steel_ingot', ''},
|
{'', 'technic:motor', ''},
|
||||||
{'technic:carbon_steel_ingot', 'technic:motor', 'technic:carbon_steel_ingot'},
|
{'technic:carbon_steel_ingot', 'technic:carbon_steel_block', 'technic:carbon_steel_ingot'},
|
||||||
{'', 'technic:carbon_steel_block', ''},
|
{'', 'technic:mv_cable0', ''},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user