Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Items / Cloth / Wool / Cloth_Block_Wool_Gray.json

Cloth_Block_Wool_Gray

Server/Item/Items/Cloth/Wool/Cloth_Block_Wool_Gray.json, 1021 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
SubCategorystring
Setstring
Iconstring
ItemLevelnumber
Recipeobject
BlockTypeobject
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Cloth_Block_Wool_Gray.name"
  },
  "Parent": "Cloth_Block_Wool_White",
  "SubCategory": "BlockSets",
  "Set": "Cloth_Wool_Gray",
  "Icon": "Icons/ItemsGenerated/Cloth_Block_Wool_Gray.png",
  "ItemLevel": 5,
  "Recipe": {
    "Input": [
      {
        "ItemId": "Cloth_Block_Wool_Black",
        "Quantity": 1
      },
      {
        "ItemId": "Plant_Petals_White",
        "Quantity": 1
      }
    ],
    "OutputQuantity": 1,
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Textiles"
        ]
      }
    ]
  },
  "BlockType": {
    "Textures": [
      {
        "Weight": 1,
        "All": "BlockTextures/Cloth_Gray.png"
      }
    ],
    "ParticleColor": "#494646",
    "TextureComputedColor": "#343434"
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}