Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Cloth / Wool / Cloth_Block_Wool_Orange.json

Cloth_Block_Wool_Orange

Server/Item/Items/Cloth/Wool/Cloth_Block_Wool_Orange.json, 865 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
SubCategorystring
Setstring
Iconstring
ItemLevelnumber
Recipeobject
BlockTypeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Cloth_Block_Wool_Orange.name"
  },
  "Parent": "Cloth_Block_Wool_White",
  "SubCategory": "BlockSets",
  "Set": "Cloth_Wool_Orange",
  "Icon": "Icons/ItemsGenerated/Cloth_Orange.png",
  "ItemLevel": 12,
  "Recipe": {
    "Input": [
      {
        "ItemId": "Plant_Petals_Orange",
        "Quantity": 1
      },
      {
        "ItemId": "Cloth_Block_Wool_White",
        "Quantity": 1
      }
    ],
    "OutputQuantity": 1,
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Textiles"
        ]
      }
    ]
  },
  "BlockType": {
    "Textures": [
      {
        "Weight": 1,
        "All": "BlockTextures/Cloth_Orange.png"
      }
    ],
    "ParticleColor": "#996720",
    "TextureComputedColor": "#996720"
  }
}