data/recipes: use a common prefix for manual crafted outputs

This commit is contained in:
Danny Robson 2019-04-28 08:15:36 +10:00
parent 6b7fac1f18
commit 59f3821332
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
{
"input": { "modular_frame": 3, "rotor": 4, "cable": 10 },
"output": { "assembler": 1 },
"machine": "craft_bench",
"machine": "_craft_bench",
"power_usage": 15,
"size": [ 11, 14, 8 ]
}

View File

@ -2,7 +2,7 @@
{
"input": { "reinforced_iron_plate": 3, "cable": 2 },
"output": { "constructor": 1 },
"machine": "craft_bench",
"machine": "_craft_bench",
"requires": "hub_upgrade_2",
"power_usage": 4,
"size": [ 9, 11, 8 ]

View File

@ -2,7 +2,7 @@
{
"input": { "heavy_modular_frame": 2, "motor": 2, "cable": 25, "computer": 3 },
"output": { "manufacturer": 1 },
"machine": "craft_bench",
"machine": "_craft_bench",
"power_usage": 55,
"size": [ 20, 22, 12 ]
}

View File

@ -2,7 +2,7 @@
{
"input": { "heavy_modular_frame": 2, "motor": 3, "cable": 10 },
"output": { "oil_pump": 1 },
"machine": "craft_bench",
"machine": "_craft_bench",
"power_usage": 40,
"size": [ 8, 14, 20 ]
}

View File

@ -2,7 +2,7 @@
{
"input": { "iron_rod": 5, "wire": 8 },
"output": { "smelter": 1 },
"machine": "craft_bench",
"machine": "_craft_bench",
"power_usage": 4,
"size": [ 6, 10, 10 ]
}