Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / Item / Items / Plant / Flowers / Plant_Flower_Common_White.json

Plant_Flower_Common_White

Server/Item/Items/Plant/Flowers/Plant_Flower_Common_White.json, 1.6 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Interactionsobject
BlockTypeobject
PlayerAnimationsIdstring
IconPropertiesobject
Tagsobject
ResourceTypesarray[1]
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Flower_Common_White.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Flower_Common_White.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "InteractionHint": "server.interactionHints.pick",
    "DrawType": "Model",
    "CustomModel": "Blocks/Foliage/Flowers/Hydrangea.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Flowers/Hydrangea_White.png",
        "Weight": 1
      }
    ],
    "Opacity": "Transparent",
    "Group": "Plant",
    "HitboxType": "Plant_Large",
    "Effect": [
      "WindFractal"
    ],
    "CustomModelScale": 0.7,
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {
        "DropList": "Plant_Flower_White_Harvest"
      },
      "Harvest": {}
    },
    "Support": {
      "Down": [
        {
          "TagId": "Type=Soil"
        },
        {
          "TagId": "SubType=Planter"
        }
      ]
    },
    "BlockParticleSetId": "Flower",
    "BlockSoundSetId": "Plant",
    "PhysicalMaterialId": "Foliage",
    "TextureComputedColor": "#919C6E"
  },
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.685,
    "Translation": [
      -0.5,
      -20.3
    ],
    "Rotation": [
      0,
      50.81,
      1.31
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Flower"
    ]
  },
  "ResourceTypes": [
    {
      "Id": "Flowers"
    }
  ],
  "ItemSoundSetId": "ISS_Items_Foliage"
}