Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Items / Cloth / Wool / Cloth_Block_Wool_White.json

Cloth_Block_Wool_White

Server/Item/Items/Cloth/Wool/Cloth_Block_Wool_White.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
ItemLevelnumber
Recipeobject
Categoriesarray[1]
SubCategorystring
Setstring
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Cloth_Block_Wool_White.name"
  },
  "Icon": "Icons/ItemsGenerated/Cloth_White.png",
  "ItemLevel": 2,
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Bolt_Wool",
        "Quantity": 1
      }
    ],
    "OutputQuantity": 1,
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Textiles"
        ]
      }
    ]
  },
  "Categories": [
    "Blocks.Cloth"
  ],
  "SubCategory": "BlockSets",
  "Set": "Cloth_Wool_White",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Cloth",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "SoftBlocks"
      }
    },
    "BlockParticleSetId": "Dust",
    "Textures": [
      {
        "Weight": 1,
        "All": "BlockTextures/Cloth_White.png"
      }
    ],
    "BlockSoundSetId": "Cloth",
    "PhysicalMaterialId": "Wool",
    "ParticleColor": "#f5f5f5",
    "TextureComputedColor": "#EEEEEE"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Cloth"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Cloth"
}