Storm Thistle Seed Bag is an item in Hytale, categorized under the Plant category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
The crafting recipe for Storm Thistle Seed Bag in Hytale is shown below.
This item cannot be salvaged.
Below is the item's .json data as extracted from the game files.
Click here to view the full file.
{
"TranslationProperties": {
"Name": "server.items.Plant_Seeds_Stamina1.name"
},
"Quality": "Junk",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Secondary": "Seed_Condition"
},
"InteractionVars": {
"SeedId": {
"Interactions": [
{
"Parent": "Seed_Place",
"BlockTypeToPlace": "Plant_Crop_Stamina1_Block"
}
]
}
},
"Model": "Resources/Plants/SeedBag.blockymodel",
"Texture": "Resources/Plants/SeedBag_Textures/Storm_Thistle.png",
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 1.1,
"Translation": [
2.5,
-11
],
"Rotation": [
0,
30,
15
]
},
"Icon": "Icons/ItemsGenerated/Plant_Seeds_Stamina1.png",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Seeds"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"ItemSoundSetId": "ISS_Items_Foliage",
"ItemLevel": 31,
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 2
},
{
"ItemId": "Ingredient_Crystal_Yellow",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Seeds"
],
"RequiredTierLevel": 8
}
],
"KnowledgeRequired": true
}
}