Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Cloth / Wool / Cloth_Block_Wool_Yellow.json

Cloth_Block_Wool_Yellow

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

Fields

FieldType
TranslationPropertiesobject
Parentstring
SubCategorystring
Setstring
Iconstring
ItemLevelnumber
Recipeobject
BlockTypeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Cloth_Block_Wool_Yellow.name"
  },
  "Parent": "Cloth_Block_Wool_White",
  "SubCategory": "BlockSets",
  "Set": "Cloth_Wool_Yellow",
  "Icon": "Icons/ItemsGenerated/Cloth_Yellow.png",
  "ItemLevel": 20,
  "Recipe": {
    "Input": [
      {
        "ItemId": "Plant_Petals_Yellow",
        "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_Yellow.png"
      }
    ],
    "ParticleColor": "#e3b434",
    "TextureComputedColor": "#E3B534"
  }
}