Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Wood / Oak / Wood_Oak_Branch_Short.json

Wood_Oak_Branch_Short

Server/Item/Items/Wood/Oak/Wood_Oak_Branch_Short.json, 812 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
Categoriesarray[1]
SubCategorystring
Setstring
BlockTypeobject
Tagsobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Oak_Branch_Short.name"
  },
  "Parent": "Wood_Oak_Branch_Long",
  "Icon": "Icons/ItemsGenerated/Wood_Oak_Branch_Short.png",
  "Categories": [
    "Blocks.Wood"
  ],
  "SubCategory": "Trees",
  "Set": "Wood_Oak",
  "BlockType": {
    "CustomModel": "Blocks/Structures/Tubes/Short.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Tubes/Corner_Textures/Oak.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Branch_Short",
    "VariantRotation": "NESW",
    "Support": {
      "North": [
        {
          "FaceType": "Full"
        },
        {
          "FaceType": "Branch"
        }
      ]
    },
    "TextureComputedColor": "#4B271A"
  },
  "Tags": {
    "BranchType": [
      "Short"
    ]
  }
}