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

Plant_Vine_Jungle

Server/Item/Items/Plant/Plant_Vine_Jungle.json, 704 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
BlockTypeobject
Iconstring
IconPropertiesobject
Tagsobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Vine_Jungle.name"
  },
  "Parent": "Plant_Vine",
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Wall_Leaves_Jungle.png",
        "Weight": 1
      }
    ],
    "Opacity": "Cutout",
    "BlockParticleSetId": "Leaves",
    "ParticleColor": "#2d5f1f",
    "TextureComputedColor": "#2F6021"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Vines_Jungle.png",
  "IconProperties": {
    "Scale": 0.545,
    "Translation": [
      10.3,
      -19.7
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Vine"
    ]
  }
}