Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Plant / Flowers / Plant_Flower_Bushy_Red.json

Plant_Flower_Bushy_Red

Server/Item/Items/Plant/Flowers/Plant_Flower_Bushy_Red.json, 935 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
BlockTypeobject
ResourceTypesarray[2]
Iconstring
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Flower_Bushy_Red.name"
  },
  "Parent": "Plant_Flower_Common_White",
  "BlockType": {
    "InteractionHint": "server.interactionHints.pick",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Plants/Nettle.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Nettle_Textures/Red.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Soft": {
        "DropList": "Plant_Bush"
      },
      "Harvest": { }
    },
    "BlockParticleSetId": "Leaves_Round",
    "ParticleColor": "#d43b2b"
  },
  "ResourceTypes": [
    {
      "Id": "Plant_Red"
    },
    {
      "Id": "Flowers"
    }
  ],
  "Icon": "Icons/ItemsGenerated/Plant_Flower_Bushy_Red.png",
  "IconProperties": {
    "Scale": 0.52,
    "Translation": [
      0,
      -19.700001
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  }
}