forked from minetest-mods/technic
Use machine casing in most machine recipes
This commit is contained in:
parent
430b310eb4
commit
e8a5a6652d
|
@ -14,9 +14,9 @@ local S = technic.getter
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:forcefield_emitter_off',
|
output = 'technic:forcefield_emitter_off',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:mese', 'technic:deployer_off', 'default:mese' },
|
{'default:mese', 'technic:motor', 'default:mese' },
|
||||||
{'technic:deployer_off', 'technic:motor', 'technic:deployer_off'},
|
{'technic:deployer_off', 'technic:machine_casing', 'technic:deployer_off'},
|
||||||
{'default:mese', 'technic:deployer_off', 'default:mese' },
|
{'default:mese', 'technic:deployer_off', 'default:mese' },
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ minetest.register_craft({
|
||||||
output = 'technic:hv_nuclear_reactor_core',
|
output = 'technic:hv_nuclear_reactor_core',
|
||||||
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: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_cable', 'technic:stainless_steel_ingot'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
@ -4,7 +4,7 @@ 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: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"}},
|
{"technic:carbon_steel_block", "technic:diamond_drill_head", "technic:carbon_steel_block"}},
|
||||||
output = "technic:quarry",
|
output = "technic:quarry",
|
||||||
})
|
})
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:lv_alloy_furnace',
|
output = 'technic:lv_alloy_furnace',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:brick', 'default:brick', 'default:brick'},
|
{'default:brick', 'default:brick', 'default:brick'},
|
||||||
{'default:brick', '', 'default:brick'},
|
{'default:brick', 'technic:machine_casing', 'default:brick'},
|
||||||
{'technic:cast_iron_ingot', 'default:copper_ingot', 'technic:cast_iron_ingot'},
|
{'default:brick', 'default:copper_ingot', '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', 'group:wood', 'technic:battery'},
|
|
||||||
{'technic:battery', 'default:copper_ingot', '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'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -229,7 +229,7 @@ minetest.register_craft({
|
||||||
output = 'technic:cnc',
|
output = 'technic:cnc',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:glass', 'technic:diamond_drill_head', 'default:glass'},
|
{'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'},
|
{'technic:carbon_steel_ingot', 'default:copper_ingot', 'technic:carbon_steel_ingot'},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
@ -4,9 +4,9 @@ minetest.register_alias("compressor", "technic:lv_compressor")
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:lv_compressor',
|
output = 'technic:lv_compressor',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:stone', 'default:stone', 'default:stone'},
|
{'default:stone', 'technic:motor', 'default:stone'},
|
||||||
{'mesecons:piston', 'technic:motor', 'mesecons:piston'},
|
{'mesecons:piston', 'technic:machine_casing', 'mesecons:piston'},
|
||||||
{'default:stone', 'technic:lv_cable0', 'default:stone'},
|
{'default:stone', 'technic:lv_cable0', 'default:stone'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -5,9 +5,9 @@
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:electric_furnace',
|
output = 'technic:electric_furnace',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:cobble', 'default:cobble', 'default:cobble'},
|
{'default:cobble', 'default:cobble', 'default:cobble'},
|
||||||
{'default:cobble', '', 'default:cobble'},
|
{'default:cobble', 'technic:machine_casing', 'default:cobble'},
|
||||||
{'technic:cast_iron_ingot', 'moreores:copper_ingot', 'technic:cast_iron_ingot'},
|
{'default:cobble', 'moreores:copper_ingot', 'default:cobble'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -4,9 +4,9 @@ minetest.register_alias("extractor", "technic:lv_extractor")
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:lv_extractor',
|
output = 'technic:lv_extractor',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'technic:treetap', 'technic:motor', 'technic:treetap'},
|
{'technic:treetap', 'technic:motor', 'technic:treetap'},
|
||||||
{'technic:treetap', 'technic:lv_cable0', 'technic:treetap'},
|
{'technic:treetap', 'technic:machine_casing', 'technic:treetap'},
|
||||||
{'', '', ''},
|
{'', 'technic:lv_cable0', ''},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -8,9 +8,9 @@ minetest.register_alias("lv_generator", "technic:lv_generator")
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:lv_generator',
|
output = 'technic:lv_generator',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:stone', 'default:stone', 'default:stone'},
|
{'default:stone', 'default:stone', 'default:stone'},
|
||||||
{'default:stone', '', 'default:stone'},
|
{'default:stone', 'technic:machine_casing', 'default:stone'},
|
||||||
{'default:stone', 'default:copper_ingot', 'default:stone'},
|
{'default:stone', 'default:copper_ingot', 'default:stone'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,8 @@ local S = technic.getter
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:geothermal',
|
output = 'technic:geothermal',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:stone', 'default:stone', 'default:stone'},
|
{'default:stone', 'default:diamond', 'default:stone'},
|
||||||
{'default:copper_ingot', 'default:diamond', 'default:copper_ingot'},
|
{'default:copper_ingot', 'technic:machine_casing', 'default:copper_ingot'},
|
||||||
{'default:stone', 'default:copper_ingot', 'default:stone'},
|
{'default:stone', 'default:copper_ingot', 'default:stone'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
@ -3,9 +3,9 @@ minetest.register_alias("grinder", "technic:grinder")
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:grinder',
|
output = 'technic:grinder',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:desert_stone', 'default:desert_stone', 'default:desert_stone'},
|
{'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:stone', 'moreores:copper_ingot', 'default:stone'},
|
{'default:stone', 'moreores:copper_ingot', 'default:stone'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -7,9 +7,9 @@ minetest.register_alias("music_player", "technic:music_player")
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:music_player',
|
output = 'technic:music_player',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'group:wood', 'group:wood', 'group:wood'},
|
{'group:wood', 'default:diamond', 'group:wood'},
|
||||||
{'default:diamond', 'default:diamond', 'default:diamond'},
|
{'default:diamond', 'technic:machine_casing', 'default:diamond'},
|
||||||
{'default:stone', 'default:copper_ingot', 'default:stone'},
|
{'default:stone', 'default:copper_ingot', 'default:stone'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -9,9 +9,9 @@ minetest.register_alias("water_mill", "technic:water_mill")
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:water_mill',
|
output = 'technic:water_mill',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:stone', 'default:stone', 'default:stone'},
|
{'default:stone', 'default:diamond', 'default:stone'},
|
||||||
{'group:wood', 'default:diamond', 'group:wood'},
|
{'group:wood', 'technic:machine_casing', 'group:wood'},
|
||||||
{'default:stone', 'default:copper_ingot', 'default:stone'},
|
{'default:stone', 'default:copper_ingot', 'default:stone'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -138,9 +138,9 @@ minetest.register_node("technic:power_radiator", {
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:power_radiator 1',
|
output = 'technic:power_radiator 1',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'technic:stainless_steel_ingot', 'technic:stainless_steel_ingot', 'technic:stainless_steel_ingot'},
|
{'technic:stainless_steel_ingot', 'technic:mv_transformer', 'technic:stainless_steel_ingot'},
|
||||||
{'technic:copper_coil', 'technic:mv_transformer', 'technic:copper_coil'},
|
{'technic:copper_coil', 'technic:machine_casing', 'technic:copper_coil'},
|
||||||
{'technic:rubber', 'technic:mv_cable0', 'technic:rubber'},
|
{'technic:rubber', 'technic:mv_cable0', 'technic:rubber'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -8,9 +8,9 @@ local S = technic.getter
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:tool_workshop',
|
output = 'technic:tool_workshop',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'group:wood', 'group:wood', 'group:wood'},
|
{'group:wood', 'default:diamond', 'group:wood'},
|
||||||
{'group:wood', 'default:diamond', 'group:wood'},
|
{'group:wood', 'technic:machine_casing', 'group:wood'},
|
||||||
{'default:stone', 'default:copper_ingot', 'default:stone'},
|
{'default:stone', 'default:copper_ingot', 'default:stone'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -32,9 +32,9 @@ minetest.register_node("technic:supply_converter", {
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:supply_converter 1',
|
output = 'technic:supply_converter 1',
|
||||||
recipe = {
|
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:mv_transformer', 'technic:mv_cable0', 'technic:lv_transformer'},
|
{'technic:mv_transformer', 'technic:mv_cable0', 'technic:lv_transformer'},
|
||||||
{'technic:mv_cable0', 'technic:rubber', 'technic:lv_cable0'},
|
{'technic:mv_cable0', 'technic:rubber', 'technic:lv_cable0'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -35,9 +35,9 @@ local S = technic.getter
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "technic:switching_station",
|
output = "technic:switching_station",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"technic:cast_iron_ingot", "technic:lv_transformer", "technic:cast_iron_ingot"},
|
{"", "technic:lv_transformer", ""},
|
||||||
{"default:copper_ingot", "technic:lv_cable0", "default:copper_ingot"},
|
{"default:copper_ingot", "technic:machine_casing", "default:copper_ingot"},
|
||||||
{"technic:cast_iron_ingot", "technic:lv_cable0", "technic:cast_iron_ingot"}
|
{"technic:lv_cable0", "technic:lv_cable0", "technic:lv_cable0"}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user