Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.6 / Item / Items / Plant / Plant_Vine_Thick_Roots.json

Plant_Vine_Thick_Roots

Server/Item/Items/Plant/Plant_Vine_Thick_Roots.json, 2.0 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject
IconPropertiesobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Vine_Thick_Roots.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Vine_Thick_Roots.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Plants/Vine_Thick_Roots.blockymodel",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Blocks/Foliage/Plants/Vine_Thick_Roots_Texture.png"
      },
      {
        "Texture": "Blocks/Foliage/Plants/Vine_Thick_Roots_Texture2.png",
        "Weight": 2
      }
    ],
    "HitboxType": "Plant_Full",
    "VariantRotation": "NESW",
    "Flags": {},
    "Gathering": {
      "Soft": {}
    },
    "BlockParticleSetId": "Grass",
    "BlockSoundSetId": "Rope",
    "PhysicalMaterialId": "Wool",
    "MovementSettings": {
      "IsClimbable": true
    },
    "MaxSupportDistance": 4,
    "Support": {
      "Up": [
        {
          "FaceType": "Full"
        },
        {
          "Support": "Ignored",
          "FaceType": "Branch"
        },
        {
          "Rotate": false,
          "FaceType": "Branch",
          "SelfFaceType": "Branch"
        }
      ],
      "Down": [
        {
          "FaceType": "Full"
        },
        {
          "FaceType": "Rope"
        }
      ],
      "CardinalDirections": [
        {
          "Rotate": false,
          "Support": "Ignored",
          "FaceType": "Branch",
          "SelfFaceType": "Branch"
        }
      ]
    },
    "Supporting": {
      "Up": [
        {
          "FaceType": "Branch"
        }
      ],
      "Down": [
        {
          "FaceType": "Branch"
        }
      ]
    },
    "RandomRotation": "YawStep1",
    "ParticleColor": "#c1904e",
    "TextureComputedColor": "#B38245"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Deco"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      0,
      143,
      0
    ],
    "Translation": [
      0,
      -13.5
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}