Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Plant / Flowers / Plant_Flower_Water_Red.json

Plant_Flower_Water_Red

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

Fields

FieldType
TranslationPropertiesobject
Parentstring
BlockTypeobject
Iconstring
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Flower_Water_Red.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/Red.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Water_Lily_Flower",
    "Gathering": {
      "Soft": {
        "DropList": "Plant_Flower_Red_Harvest"
      },
      "Harvest": {}
    },
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        },
        {
          "FluidId": "Water_Source"
        }
      ]
    },
    "ParticleColor": "#aa3b41",
    "TextureComputedColor": "#335824"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Flower_Water_Red.png",
  "IconProperties": {
    "Scale": 0.67,
    "Translation": [
      2.99,
      -7.7
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  }
}