Popcorn is an item in Hytale, categorized under the Food category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
Instantly restores 15% health.
The crafting recipe for Popcorn 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.Food_Popcorn.name",
"Description": "server.items.Food_Popcorn.description"
},
"Parent": "Template_Food",
"Interactions": {
"Secondary": "Root_Secondary_Consume_Food_T3"
},
"Quality": "Uncommon",
"Icon": "Icons/ItemsGenerated/Food_Popcorn.png",
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"CustomModel": "Items/Consumables/Food/Popcorn.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Consumables/Food/Popcorn_Texture.png",
"Weight": 1
}
],
"ParticleColor": "#e8dd7a"
},
"InteractionVars": {
"Consume_Charge": {
"Interactions": [
{
"Parent": "Consume_Charge_Food_T1_Inner",
"Effects": {
"Particles": [
{
"SystemId": "Food_Eat",
"Color": "#DFCB68",
"TargetNodeName": "Mouth",
"TargetEntityPart": "Entity"
}
]
}
}
]
},
"Effect": {
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": "Food_Instant_Heal_T3"
}
]
}
},
"Recipe": {
"Input": [
{
"ItemId": "Plant_Crop_Corn_Item",
"Quantity": 2
},
{
"ItemId": "Ingredient_Salt",
"Quantity": 1
},
{
"ResourceTypeId": "Fuel",
"Quantity": 3
}
],
"Output": [
{
"ItemId": "Food_Popcorn",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Cookingbench",
"Categories": [
"Baked"
]
}
],
"TimeSeconds": 5
},
"ItemLevel": 10,
"MaxStack": 25,
"DropOnDeath": true
}