Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Items / Plant / Flowers / Plant_Flower_Common_Orange.json

Plant_Flower_Common_Orange

Server/Item/Items/Plant/Flowers/Plant_Flower_Common_Orange.json, 842 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
BlockTypeobject
Iconstring
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Flower_Common_Orange.name"
  },
  "Parent": "Plant_Flower_Common_White",
  "BlockType": {
    "InteractionHint": "server.interactionHints.pick",
    "CustomModel": "Blocks/Foliage/Flowers/Chrysanthemum.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Flowers/Chrysanthemum_Texture.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Soft": {
        "DropList": "Plant_Flower_Orange_Harvest"
      },
      "Harvest": {}
    },
    "ParticleColor": "#f07d25",
    "TextureComputedColor": "#7E8226"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Flower_Common_Chrysanthemum.png",
  "IconProperties": {
    "Scale": 0.78,
    "Translation": [
      0,
      -13.5
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  }
}