Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Wood / Beech / Wood_Beech_Trunk_Full.json

Wood_Beech_Trunk_Full

Server/Item/Items/Wood/Beech/Wood_Beech_Trunk_Full.json, 669 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
Categoriesarray[1]
SubCategorystring
Setstring
BlockTypeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Beech_Trunk_Full.name"
  },
  "Parent": "Wood_Beech_Trunk",
  "Icon": "Icons/ItemsGenerated/Wood_Beech_Trunk_Full.png",
  "Categories": [
    "Blocks.Wood"
  ],
  "SubCategory": "Trees",
  "Set": "Wood_Beech",
  "BlockType": {
    "Textures": [
      {
        "Sides": "BlockTextures/Wood_Trunk_Beech_Side.png",
        "UpDown": "BlockTextures/Wood_Trunk_Beech_Full.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "ItemId": "Wood_Beech_Trunk",
        "GatherType": "Woods"
      }
    },
    "ParticleColor": "#7b582e",
    "TextureComputedColor": "#714B2A"
  }
}