Halloween Pumpkin is an item in Hytale, categorized under the Deco category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
The crafting recipe for Halloween Pumpkin 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.Deco_Halloween_Pumpkin_Cute.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Halloween_Pumpkin_Cute.png",
"Categories": [
"Blocks.Deco"
],
"Recipe": {
"Input": [
{
"ItemId": "Plant_Crop_Pumpkin_Item",
"Quantity": 1
},
{
"ItemId": "Ingredient_Stick",
"Quantity": 2
},
{
"ItemId": "Ingredient_Charcoal",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Seasonal"
]
}
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Items/Halloween_Props/Pumpkin_Carve_01.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Halloween_Props/Pumpkin_Carve_Texture_01.png",
"Weight": 1
}
],
"Group": "Wood",
"HitboxType": "Plant_Full",
"VariantRotation": "NESW",
"Light": {
"Radius": 8,
"Color": "#ec9"
},
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Plushie"
},
"PlayerAnimationsId": "Item",
"Model": "Blocks/Miscellaneous/Kweebec_Plush.blockymodel",
"Texture": "Blocks/Miscellaneous/Kweebec_Plush_Texture.png",
"IconProperties": {
"Scale": 0.6,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
-1.0,
-15.0
]
},
"Tags": {
"Type": [
"Deco"
],
"Family": [
"Kweebec"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}