Pumpkin Seed Bag (Eternal) 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.
Grows Pumpkin
The crafting recipe for Pumpkin Seed Bag (Eternal) 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_Pumpkin_Eternal.name",
"Description": "server.items.Plant_Seeds_Pumpkin_Eternal.description"
},
"Quality": "Uncommon",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Secondary": "Seed_Condition"
},
"InteractionVars": {
"SeedId": {
"Interactions": [
{
"Parent": "Seed_Place",
"BlockTypeToPlace": "Plant_Crop_Pumpkin_Block_Eternal"
}
]
}
},
"Model": "Resources/Plants/SeedBag.blockymodel",
"Texture": "Resources/Plants/SeedBag_Textures/Pumpkin_Eternal.png",
"PlayerAnimationsId": "Item",
"Icon": "Icons/ItemsGenerated/Plant_Seeds_Pumpkin_Eternal.png",
"IconProperties": {
"Scale": 1.1,
"Rotation": [
0,
30,
15
],
"Translation": [
2.5,
-11
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Seeds"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 60
},
{
"ItemId": "Plant_Crop_Pumpkin_Item",
"Quantity": 30
},
{
"ItemId": "Plant_Seeds_Pumpkin",
"Quantity": 1
}
],
"Output": [
{
"ItemId": "Plant_Seeds_Pumpkin_Eternal",
"Quantity": 1
}
],
"BenchRequirement": [
{
"RequiredTierLevel": 5,
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Seeds"
]
}
],
"RequiredMemoriesLevel": 4
},
"ItemLevel": 19,
"Scale": 1.0,
"Particles": [
{
"SystemId": "Seeds_Eternal",
"Scale": 0.2,
"PositionOffset": {
"Y": 0.2
}
}
]
}