Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / Item / Items / Plant / Crop / Onion / Plant_Seeds_Onion.json

Plant_Seeds_Onion

Server/Item/Items/Plant/Crop/Onion/Plant_Seeds_Onion.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Qualitystring
InteractionVarsobject
Modelstring
Texturestring
Iconstring
IconPropertiesobject
Recipeobject
ItemLevelnumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Seeds_Onion.name",
    "Description": "server.items.Plant_Seeds_Onion.description"
  },
  "Parent": "Template_Seeds",
  "Quality": "Junk",
  "InteractionVars": {
    "SeedId": {
      "Interactions": [
        {
          "Parent": "Seed_Place",
          "BlockTypeToPlace": "Plant_Crop_Onion_Block"
        }
      ]
    }
  },
  "Model": "Resources/Ingredients/Onion_Seed.blockymodel",
  "Texture": "Resources/Ingredients/Onion_Texture.png",
  "Icon": "Icons/ItemsGenerated/Plant_Seeds_Onion.png",
  "IconProperties": {
    "Scale": 1,
    "Translation": [
      0,
      -2.7
    ],
    "Rotation": [
      17,
      45,
      17
    ]
  },
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 10
      }
    ],
    "OutputQuantity": 1,
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Seeds"
        ],
        "RequiredTierLevel": 7
      }
    ],
    "Output": [
      {
        "ItemId": "Plant_Seeds_Onion"
      }
    ]
  },
  "ItemLevel": 24
}