Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Plant / Flowers / Plant_Flower_Hemlock.json

Plant_Flower_Hemlock

Server/Item/Items/Plant/Flowers/Plant_Flower_Hemlock.json, 1.0 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
BlockTypeobject
Iconstring
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Flower_Hemlock.name"
  },
  "Parent": "Plant_Flower_Common_White",
  "BlockType": {
    "InteractionHint": "server.interactionHints.pick",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Plants/Hemlock.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Hemlock_Texture.png",
        "Weight": 1
      }
    ],
    "Flags": {},
    "Gathering": {
      "Soft": {
        "DropList": "Plant_Flower_Green_Harvest"
      },
      "Harvest": {}
    },
    "BlockParticleSetId": "Grass",
    "ParticleColor": "#766517",
    "BlockSoundSetId": "Plant",
    "PhysicalMaterialId": "Foliage",
    "Light": {
      "Color": "#995"
    },
    "CustomModelScale": 0.8,
    "HitboxType": "Plant_Tall_Medium",
    "TextureComputedColor": "#928326"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Flower_Hemlock.png",
  "IconProperties": {
    "Scale": 0.52,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -19.7
    ]
  }
}