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

19 lines
239 B
JSON

{
"type": [
"component"
],
"machine": "constructor",
"recipes": [
{
"input": {
"iron_ingot": 1
},
"output": {
"iron_rod": 1
},
"crafting_time": 4,
"clicks": 1
}
]
}