Raw Pork 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 5% health.
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.Food_Pork_Raw.name",
"Description": "server.items.Food_Pork_Raw.description"
},
"Parent": "Template_Food",
"Quality": "Common",
"Icon": "Icons/ItemsGenerated/Food_Pork_Raw.png",
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"CustomModel": "Items/Consumables/Food/Pork.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Consumables/Food/Pork_Raw.png",
"Weight": 1
}
],
"ParticleColor": "#e79592"
},
"InteractionVars": {
"Consume_Charge": {
"Interactions": [
{
"Parent": "Consume_Charge_Food_T1_Inner",
"Effects": {
"Particles": [
{
"SystemId": "Food_Eat",
"Color": "#BB605D",
"TargetNodeName": "Mouth",
"TargetEntityPart": "Entity"
}
]
}
}
]
},
"Effect": {
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": "Food_Instant_Heal_T1"
}
]
}
},
"ResourceTypes": [
{
"Id": "Meats"
}
],
"MaxStack": 25,
"DropOnDeath": true
}