Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Ingredient / Ingredient_Tree_Bark.json

Ingredient_Tree_Bark

Server/Item/Items/Ingredient/Ingredient_Tree_Bark.json, 734 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Modelstring
Texturestring
PlayerAnimationsIdstring
ResourceTypesarray[1]
FuelQualitynumber
IconPropertiesobject
Tagsobject
ItemEntityobject
ItemSoundSetIdstring
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Tree_Bark.name"
  },
  "Icon": "Icons/ItemsGenerated/Ingredient_Tree_Bark.png",
  "Categories": [
    "Items.Ingredients"
  ],
  "Model": "Items/Ingredients/Tree_Bark.blockymodel",
  "Texture": "Items/Ingredients/Tree_Bark_Texture.png",
  "PlayerAnimationsId": "Item",
  "ResourceTypes": [
    {
      "Id": "Fuel"
    }
  ],
  "FuelQuality": 3,
  "IconProperties": {
    "Scale": 1.21,
    "Rotation": [
      27,
      326,
      350
    ],
    "Translation": [
      0,
      -4
    ]
  },
  "Tags": {
    "Type": [
      "Ingredient"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "DropOnDeath": true
}