satisfactory/data/recipes/components/iron_plate.json

18 lines
285 B
JSON
Raw Normal View History

{
"type": [
"component"
],
"recipes": [
{
"input": {
"iron_ingot": 2
},
"output": {
"iron_plate": 1
},
"crafting_time": 4,
"clicks": 1
}
]
}