[TMP] Recipe: Pumpkin Pie is an item in Hytale, categorized under the Recipe category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
Teaches the Pumpkin Pie recipe.
Instantly restores 15% health and grants:
• Health Regen III
• Stamina Boost III
Duration: 6:00
This item cannot be crafted.
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.Recipe_Food_Pie_Pumpkin.name",
"Description": "server.items.Recipe_Food_Pie_Pumpkin.description"
},
"Icon": "Icons/ItemsGenerated/Recipe_Page.png",
"Quality": "Rare",
"Categories": [
"Items.Recipes"
],
"PlayerAnimationsId": "Item",
"Model": "Items/Consumables/Recipes/Recipe.blockymodel",
"Texture": "Items/Consumables/Recipes/Recipe_Texture.png",
"IconProperties": {
"Scale": 0.76,
"Rotation": [
135,
135,
0
],
"Translation": [
-1,
5
]
},
"Consumable": true,
"Interactions": {
"Primary": {
"Interactions": [
{
"ItemId": "Food_Pie_Pumpkin",
"Type": "LearnRecipe",
"Next": {
"Type": "ModifyInventory",
"AdjustHeldItemQuantity": -1
}
}
]
},
"Secondary": {
"Interactions": [
{
"ItemId": "Food_Pie_Pumpkin",
"Type": "LearnRecipe",
"Next": {
"Type": "ModifyInventory",
"AdjustHeldItemQuantity": -1
}
}
]
}
},
"Tags": {
"Type": [
"Recipe"
],
"Family": [
"Food"
]
},
"MaxStack": 10
}