Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Items / Plant / Plant_Seeds_Wisteria_Wild.json

Plant_Seeds_Wisteria_Wild

Server/Item/Items/Plant/Plant_Seeds_Wisteria_Wild.json, 595 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Texturestring
InteractionVarsobject
Iconstring
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Seeds_Wisteria_Wild.name"
  },
  "Parent": "Plant_Seeds_Oak",
  "Texture": "Resources/Plants/SeedBag_Textures/Wisteria.png",
  "InteractionVars": {
    "SeedId": {
      "Interactions": [
        {
          "Parent": "Seed_Place",
          "BlockTypeToPlace": "Plant_Sapling_Wisteria_Wild"
        }
      ]
    }
  },
  "Icon": "Icons/ItemsGenerated/Plant_Seeds_Wisteria_Wild.png",
  "IconProperties": {
    "Scale": 1.1,
    "Rotation": [
      0,
      30,
      15
    ],
    "Translation": [
      2.5,
      -11
    ]
  }
}