Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.1 / Item / Items / Ingredient / Bolt / Ingredient_Bolt_Wool.json

Ingredient_Bolt_Wool

Server/Item/Items/Ingredient/Bolt/Ingredient_Bolt_Wool.json, 1.0 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
Recipeobject
Iconstring
Modelstring
Texturestring
Qualitystring
ItemLevelnumber
PlayerAnimationsIdstring
IconPropertiesobject
Tagsobject
ItemEntityobject
ItemSoundSetIdstring
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Bolt_Wool.name"
  },
  "Categories": [
    "Items.Ingredients"
  ],
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Fabric_Scrap_Wool",
        "Quantity": 1
      }
    ],
    "OutputQuantity": 4,
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Textiles"
        ]
      }
    ]
  },
  "Icon": "Icons/ItemsGenerated/Ingredient_Bolt_Wool_White.png",
  "Model": "Resources/Materials/Wool_Bolt.blockymodel",
  "Texture": "Resources/Materials/Wool_Bolt_Textures/White.png",
  "Quality": "Common",
  "ItemLevel": 1,
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.6,
    "Translation": [
      0,
      -6
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Ingredient"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "ItemSoundSetId": "ISS_Items_Cloth",
  "DropOnDeath": true
}