Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Plant / Plant_Seeds_Sunflower.json

Plant_Seeds_Sunflower

Server/Item/Items/Plant/Plant_Seeds_Sunflower.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Qualitystring
Interactionsobject
InteractionVarsobject
Recipeobject
Texturestring
Iconstring
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Seeds_Sunflower.name"
  },
  "Parent": "Plant_Seeds_Oak",
  "Quality": "Junk",
  "Interactions": {
    "Secondary": "Seed_Condition"
  },
  "InteractionVars": {
    "SeedId": {
      "Interactions": [
        {
          "Parent": "Seed_Place",
          "BlockTypeToPlace": "Plant_Sunflower_Stage_0"
        }
      ]
    }
  },
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 5
      },
      {
        "ItemId": "Plant_Flower_Tall_Yellow",
        "Quantity": 1
      }
    ],
    "Output": [
      {
        "ItemId": "Plant_Seeds_Sunflower",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Seeds"
        ]
      }
    ],
    "OutputQuantity": 2
  },
  "Texture": "Resources/Plants/SeedBag_Textures/Sunflower.png",
  "Icon": "Icons/ItemsGenerated/Plant_Seeds_Sunflower.png",
  "IconProperties": {
    "Scale": 1.1,
    "Translation": [
      2.5,
      -11
    ],
    "Rotation": [
      0,
      30,
      15
    ]
  }
}