Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Wood / Ash / Wood_Ash_Trunk_Full.json

Wood_Ash_Trunk_Full

Server/Item/Items/Wood/Ash/Wood_Ash_Trunk_Full.json, 655 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
BlockTypeobject
Iconstring
Categoriesarray[1]
SubCategorystring
Setstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Ash_Trunk_Full.name"
  },
  "Parent": "Wood_Ash_Trunk",
  "BlockType": {
    "Textures": [
      {
        "Sides": "BlockTextures/Wood_Trunk_Ash_Side.png",
        "UpDown": "BlockTextures/Wood_Trunk_Ash_Full.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "ItemId": "Wood_Ash_Trunk",
        "GatherType": "Woods"
      }
    },
    "ParticleColor": "#5a4034",
    "TextureComputedColor": "#422D25"
  },
  "Icon": "Icons/ItemsGenerated/Wood_Ash_Trunk_Full.png",
  "Categories": [
    "Blocks.Wood"
  ],
  "SubCategory": "Trees",
  "Set": "Wood_Ash"
}