Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Items / Plant / Crop / Mushroom / Plant_Seeds_Mushroom.json

Plant_Seeds_Mushroom

Server/Item/Items/Plant/Crop/Mushroom/Plant_Seeds_Mushroom.json, 880 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Seeds_Mushroom.name"
  },
  "Quality": "Junk",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Secondary": {
      "Interactions": [
        {
          "Parent": "Seed_Place",
          "BlockTypeToPlace": "Plant_Crop_Mushroom_Block"
        }
      ]
    }
  },
  "Model": "Resources/Plants/SeedBag.blockymodel",
  "Texture": "Resources/Plants/SeedBag_Textures/Ash.png",
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.5,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      0.0,
      -15.0
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Seeds"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "Icon": "Icons/ItemsGenerated/Utility_Bag_Seed.png",
  "ItemSoundSetId": "ISS_Items_Foliage"
}