Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Items / Plant / Petals / Plant_Petals_Red.json

Plant_Petals_Red

Server/Item/Items/Plant/Petals/Plant_Petals_Red.json, 1.0 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
IconPropertiesobject
BlockTypeobject
ItemLevelnumber
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Petals_Red.name",
    "Description": "server.items.Plant_Petals_Red.description"
  },
  "Parent": "Plant_Petals_White",
  "Icon": "Icons/ItemsGenerated/Plant_Petals_Red.png",
  "IconProperties": {
    "Scale": 0.8,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      2,
      -1
    ]
  },
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Resources/Plants/Petal_Textures/Red.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Soft": {}
    },
    "ParticleColor": "#ee2929",
    "TextureComputedColor": "#971821"
  },
  "ItemLevel": 29,
  "Recipe": {
    "Input": [
      {
        "ItemId": "Plant_Fruit_Apple",
        "Quantity": 1
      },
      {
        "ItemId": "Plant_Petals_White",
        "Quantity": 1
      }
    ],
    "OutputQuantity": 1,
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Textiles"
        ]
      }
    ]
  }
}