Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / Item / Items / Plant / Bushes / Plant_Bush_Wet.json

Plant_Bush_Wet

Server/Item/Items/Plant/Bushes/Plant_Bush_Wet.json, 784 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
BlockTypeobject
Iconstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Bush_Wet.name"
  },
  "Parent": "Plant_Bush",
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Bush_Big_Textures/Bush_Wet.png",
        "Weight": 1
      }
    ],
    "Support": {
      "Down": [
        {
          "TagId": "Type=Soil",
          "FaceType": "Full"
        },
        {
          "FaceType": "Bushes"
        },
        {
          "TagId": "SubType=Tilled",
          "Support": "Disallowed"
        }
      ]
    },
    "BlockParticleSetId": "Leaves_Sharp",
    "ParticleColor": "#71dad8",
    "BlockSoundSetId": "Bush",
    "PhysicalMaterialId": "Foliage",
    "TextureComputedColor": "#568083"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Bush_Wet.png"
}