satisfactory/data/recipes/machine/smelter.json

11 lines
193 B
JSON
Raw Normal View History

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