Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Items / Wood / Sallow / Wood_Sallow_Trunk_Full.json

Wood_Sallow_Trunk_Full

Server/Item/Items/Wood/Sallow/Wood_Sallow_Trunk_Full.json, 676 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
Categoriesarray[1]
SubCategorystring
Setstring
BlockTypeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Sallow_Trunk_Full.name"
  },
  "Parent": "Wood_Sallow_Trunk",
  "Icon": "Icons/ItemsGenerated/Wood_Sallow_Trunk_Full.png",
  "Categories": [
    "Blocks.Wood"
  ],
  "SubCategory": "Trees",
  "Set": "Wood_Sallow",
  "BlockType": {
    "Textures": [
      {
        "Sides": "BlockTextures/Wood_trunk_Sallow_Side.png",
        "UpDown": "BlockTextures/Wood_trunk_Sallow_Full.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "ItemId": "Wood_Sallow_Trunk",
        "GatherType": "Woods"
      }
    },
    "ParticleColor": "#6b5319",
    "TextureComputedColor": "#4F3910"
  }
}