Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Recipes / Salvage / Salvage_Rock_Volcanic_Cobble_Roof.json

Salvage_Rock_Volcanic_Cobble_Roof

Server/Item/Recipes/Salvage/Salvage_Rock_Volcanic_Cobble_Roof.json, 377 B

Fields

FieldType
Inputarray[1]
PrimaryOutputobject
Outputarray[1]
BenchRequirementarray[1]
TimeSecondsnumber

Source

{
  "Input": [
    {
      "ItemId": "Rock_Volcanic_Cobble_Roof",
      "Quantity": 1
    }
  ],
  "PrimaryOutput": {
    "ItemId": "Rubble_Volcanic",
    "Quantity": 1
  },
  "Output": [
    {
      "ItemId": "Rubble_Volcanic",
      "Quantity": 1
    }
  ],
  "BenchRequirement": [
    {
      "Type": "Processing",
      "Id": "Salvagebench"
    }
  ],
  "TimeSeconds": 4
}