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

30 lines
448 B
JSON
Raw Normal View History

2019-07-07 15:35:51 +10:00
{
"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"
}
]
}