Pumpkin 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.
Instantly restores 5% health and grants:
• Health Regen I
Duration: 0:45
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.Plant_Crop_Pumpkin.name",
"Description": "server.items.Plant_Crop_Pumpkin_Item.description"
},
"Parent": "Template_Crop_Item",
"Consumable": true,
"Icon": "Icons/ItemsGenerated/Plant_Crop_Pumpkin.png",
"IconProperties": {
"Scale": 0.8,
"Translation": [
0,
-13.5
],
"Rotation": [
22.5,
45,
22.5
]
},
"Texture": "Resources/Ingredients/Pumpkin_default.png",
"Model": "Resources/Ingredients/Pumpkin.blockymodel",
"Quality": "Common",
"ItemSoundSetId": "ISS_Items_Foliage",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"HitboxType": "Food_Large",
"CustomModel": "Resources/Ingredients/Pumpkin.blockymodel",
"CustomModelScale": 0.8,
"CustomModelTexture": [
{
"Texture": "Resources/Ingredients/Pumpkin_default.png",
"Weight": 1
}
],
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#cabc3f",
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {},
"Soft": {}
}
},
"DropOnDeath": true
}