Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Recipes / Salvage / Salvage_Rock_Stone_Cobble_Stairs.json

Salvage_Rock_Stone_Cobble_Stairs

Server/Item/Recipes/Salvage/Salvage_Rock_Stone_Cobble_Stairs.json, 370 B

Fields

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

Source

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