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

30 lines
448 B
JSON

{
"type": [
"component"
],
"machine": "assembler",
"recipes": [
{
"input": {
"coal": 1,
"sulfur": 2
},
"output": {
"black_power": 1
},
"crafting_time": 8
},
{
"input": {
"compacted_coal": 1,
"sulfur": 2
},
"output": {
"black_power": 4
},
"crafting_time": 16,
"requires": "alternative_black_powder"
}
]
}