Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Items / Plant / Crop / TestTree / Plant_Seeds_Test_Tree.json

Plant_Seeds_Test_Tree

Server/Item/Items/Plant/Crop/TestTree/Plant_Seeds_Test_Tree.json, 937 B

Fields

FieldType
TranslationPropertiesobject
Qualitystring
Categoriesarray[1]
Interactionsobject
InteractionVarsobject
Modelstring
Texturestring
PlayerAnimationsIdstring
IconPropertiesobject
Iconstring
Tagsobject
ItemEntityobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Seeds_Test_Tree.name"
  },
  "Quality": "Developer",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Secondary": "Seed_Condition"
  },
  "InteractionVars": {
    "SeedId": {
      "Interactions": [
        {
          "Parent": "Seed_Place",
          "BlockTypeToPlace": "Plant_Test_Tree_Block"
        }
      ]
    }
  },
  "Model": "Resources/Ingredients/Onion_Seed.blockymodel",
  "Texture": "Resources/Ingredients/Onion_Texture.png",
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 1,
    "Translation": [
      0,
      -2.7
    ],
    "Rotation": [
      17,
      45,
      17
    ]
  },
  "Icon": "Icons/ItemsGenerated/Plant_Seeds_Onion.png",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Seeds"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}