Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Plant / Petals / Plant_Petals_Yellow.json

Plant_Petals_Yellow

Server/Item/Items/Plant/Petals/Plant_Petals_Yellow.json, 628 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
IconPropertiesobject
BlockTypeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Petals_Yellow.name",
    "Description": "server.items.Plant_Petals_Yellow.description"
  },
  "Parent": "Plant_Petals_White",
  "Icon": "Icons/ItemsGenerated/Plant_Petals_Yellow.png",
  "IconProperties": {
    "Scale": 0.8,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      2,
      -1
    ]
  },
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Resources/Plants/Petal_Textures/Yellow.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Soft": {}
    },
    "ParticleColor": "#eede29"
  }
}