Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Items / Wood / Beech / Wood_Beech_Branch_Corner.json

Wood_Beech_Branch_Corner

Server/Item/Items/Wood/Beech/Wood_Beech_Branch_Corner.json, 520 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
Categoriesarray[1]
SubCategorystring
Setstring
BlockTypeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Beech_Branch_Corner.name"
  },
  "Parent": "Wood_Oak_Branch_Corner",
  "Icon": "Icons/ItemsGenerated/Wood_Beech_Branch_Corner.png",
  "Categories": [
    "Blocks.Wood"
  ],
  "SubCategory": "Trees",
  "Set": "Wood_Beech",
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Tubes/Corner_Textures/Beech.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#7b582e",
    "TextureComputedColor": "#5E4122"
  }
}