satisfactory/data/recipes/machine/smelter.json

11 lines
184 B
JSON
Raw Normal View History

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