Salvage_Rock_Sandstone_Cobble
Server/Item/Recipes/Salvage/Salvage_Rock_Sandstone_Cobble.json, 375 B
Fields
| Field | Type |
|---|---|
Input | array[1] |
PrimaryOutput | object |
Output | array[1] |
BenchRequirement | array[1] |
TimeSeconds | number |
Source
{
"Input": [
{
"ItemId": "Rock_Sandstone_Cobble",
"Quantity": 1
}
],
"PrimaryOutput": {
"ItemId": "Rubble_Sandstone",
"Quantity": 1
},
"Output": [
{
"ItemId": "Rubble_Sandstone",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Processing",
"Id": "Salvagebench"
}
],
"TimeSeconds": 4
}