Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Items / Wood / Banyan / Wood_Banyan_Trunk_Full.json

Wood_Banyan_Trunk_Full

Server/Item/Items/Wood/Banyan/Wood_Banyan_Trunk_Full.json, 676 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
Categoriesarray[1]
SubCategorystring
Setstring
BlockTypeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Banyan_Trunk_Full.name"
  },
  "Parent": "Wood_Banyan_Trunk",
  "Icon": "Icons/ItemsGenerated/Wood_Banyan_Trunk_Full.png",
  "Categories": [
    "Blocks.Wood"
  ],
  "SubCategory": "Trees",
  "Set": "Wood_Banyan",
  "BlockType": {
    "Textures": [
      {
        "Sides": "BlockTextures/Wood_trunk_Banyan_Side.png",
        "UpDown": "BlockTextures/Wood_trunk_Banyan_Full.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "ItemId": "Wood_Banyan_Trunk",
        "GatherType": "Woods"
      }
    },
    "ParticleColor": "#7b5f43",
    "TextureComputedColor": "#6E4E30"
  }
}