Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Wood / Oak / Wood_Oak_Branch_Corner.json

Wood_Oak_Branch_Corner

Server/Item/Items/Wood/Oak/Wood_Oak_Branch_Corner.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Oak_Branch_Corner.name"
  },
  "Parent": "Wood_Oak_Branch_Long",
  "Icon": "Icons/ItemsGenerated/Wood_Oak_Branch_Corner.png",
  "Categories": [
    "Blocks.Wood"
  ],
  "SubCategory": "Trees",
  "Set": "Wood_Oak",
  "BlockType": {
    "CustomModel": "Blocks/Structures/Tubes/Corner.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Tubes/Corner_Textures/Oak.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Branch_Corner",
    "VariantRotation": "UpDownNESW",
    "Support": {
      "Up": [
        {
          "FaceType": "Full",
          "Rotate": true
        },
        {
          "FaceType": "Branch",
          "Support": "Ignored"
        }
      ],
      "North": [
        {
          "FaceType": "Full",
          "Rotate": true
        },
        {
          "FaceType": "Branch",
          "Support": "Ignored"
        }
      ]
    },
    "Supporting": {
      "Up": [
        {
          "FaceType": "Branch"
        }
      ],
      "North": [
        {
          "FaceType": "Branch"
        }
      ]
    },
    "FlipType": "Orthogonal",
    "ParticleColor": "#572f1e",
    "TextureComputedColor": "#4B271A"
  },
  "Tags": {
    "BranchType": [
      "Corner"
    ]
  }
}