satisfactory/data/recipes/machine/smelter.json

10 lines
165 B
JSON
Raw Normal View History

2019-04-27 18:34:50 +10:00
[
{
"input": { "iron_rod": 5, "wire": 8 },
"output": { "smelter": 1 },
2019-04-27 18:34:50 +10:00
"machine": "craft_bench",
"power_usage": 4,
"size": [ 6, 10, 10 ]
}
]