Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Items / Plant / Plant_Seeds_Oak.json

Plant_Seeds_Oak

Server/Item/Items/Plant/Plant_Seeds_Oak.json, 959 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Seeds_Oak.name"
  },
  "Quality": "Junk",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Secondary": "Seed_Condition"
  },
  "InteractionVars": {
    "SeedId": {
      "Interactions": [
        {
          "Parent": "Seed_Place",
          "BlockTypeToPlace": "Plant_Sapling_Oak"
        }
      ]
    }
  },
  "Utility": {
    "Compatible": true
  },
  "Model": "Resources/Plants/SeedBag.blockymodel",
  "Texture": "Resources/Plants/SeedBag_Textures/Oak.png",
  "PlayerAnimationsId": "Item",
  "Icon": "Icons/ItemsGenerated/Plant_Seeds_Oak.png",
  "IconProperties": {
    "Scale": 1.1,
    "Rotation": [
      0,
      30,
      15
    ],
    "Translation": [
      2.5,
      -11
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Seeds"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}