Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Plant / Flowers / Plant_Flower_Water_Blue.json

Plant_Flower_Water_Blue

Server/Item/Items/Plant/Flowers/Plant_Flower_Water_Blue.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
BlockTypeobject
Iconstring
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Flower_Water_Blue.name"
  },
  "Parent": "Plant_Flower_Common_White",
  "BlockType": {
    "InteractionHint": "server.interactionHints.pick",
    "Material": "Solid",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Water/WaterlilyFlower.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Water/WaterlilyFlower_Textures/Blue.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Water_Lily_Flower",
    "Gathering": {
      "Soft": {
        "DropList": "Plant_Flower_Blue_Harvest"
      },
      "Harvest": {}
    },
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        },
        {
          "FluidId": "Water_Source"
        }
      ]
    },
    "ParticleColor": "#455fca",
    "TextureComputedColor": "#286448"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Flower_Water_Blue.png",
  "IconProperties": {
    "Scale": 0.67,
    "Translation": [
      2.99,
      -7.7
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  }
}