Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Items / Plant / Crop / Lettuce / Plant_Seeds_Lettuce.json

Plant_Seeds_Lettuce

Server/Item/Items/Plant/Crop/Lettuce/Plant_Seeds_Lettuce.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Qualitystring
InteractionVarsobject
Texturestring
Iconstring
IconPropertiesobject
Recipeobject
ItemLevelnumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Seeds_Lettuce.name",
    "Description": "server.items.Plant_Seeds_Lettuce.description"
  },
  "Parent": "Template_Seeds",
  "Quality": "Junk",
  "InteractionVars": {
    "SeedId": {
      "Interactions": [
        {
          "Parent": "Seed_Place",
          "BlockTypeToPlace": "Plant_Crop_Lettuce_Block"
        }
      ]
    }
  },
  "Texture": "Resources/Plants/SeedBag_Textures/Lettuce.png",
  "Icon": "Icons/ItemsGenerated/Plant_Seeds_Lettuce.png",
  "IconProperties": {
    "Scale": 1.1,
    "Rotation": [
      0.0,
      30.0,
      15.0
    ],
    "Translation": [
      2.5,
      -11.0
    ]
  },
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 2
      }
    ],
    "Output": [
      {
        "ItemId": "Plant_Seeds_Lettuce",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Seeds"
        ]
      }
    ]
  },
  "ItemLevel": 3
}