satisfactory/data/recipes/items/components/smart_plating.json

19 lines
254 B
JSON
Raw Permalink Normal View History

{
"type": [
"component"
],
"machine": "assembler",
"recipes": [
{
"input": {
"reinforced_iron_plate": 1,
"roto": 1
},
"output": {
"smart_plating": 1
},
"crafting_time": 30
}
]
}