Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Plant / Crop / Grass / Plant_Seeds_Wild.json

Plant_Seeds_Wild

Server/Item/Items/Plant/Crop/Grass/Plant_Seeds_Wild.json, 952 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Seeds_Wild.name",
    "Description": "server.items.Plant_Seeds_Wild.description"
  },
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Secondary": "Seed_Condition"
  },
  "InteractionVars": {
    "SeedId": {
      "Interactions": [
        {
          "Parent": "Seed_Place",
          "BlockTypeToPlace": "Plant_Crop_Wild_Grass_Block"
        }
      ]
    }
  },
  "Model": "Resources/Plants/SeedBag.blockymodel",
  "Texture": "Resources/Plants/SeedBag_Textures/Wild_Grass.png",
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 1.1,
    "Rotation": [
      0.0,
      30.0,
      15.0
    ],
    "Translation": [
      2.5,
      -11.0
    ]
  },
  "Icon": "Icons/ItemsGenerated/Plant_Seeds_Wild.png",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Seeds"
    ]
  },
  "ItemLevel": 1,
  "ItemSoundSetId": "ISS_Items_Foliage"
}