Carrot 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_Carrot.name",
"Description": "server.items.Plant_Crop_Carrot_Item.description"
},
"Parent": "Template_Crop_Item",
"Icon": "Icons/ItemsGenerated/Plant_Crop_Carrot.png",
"IconProperties": {
"Scale": 0.7,
"Translation": [
-1.2,
-5.4
],
"Rotation": [
40.5,
45,
348.8
]
},
"Scale": 1.4,
"Texture": "Resources/Ingredients/Carrot_Texture.png",
"Model": "Resources/Ingredients/Carrot.blockymodel",
"Quality": "Common",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"HitboxType": "Food_Medium",
"CustomModel": "Resources/Ingredients/Carrot.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Ingredients/Carrot_Texture.png",
"Weight": 1
}
],
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"CustomModelScale": 0.5,
"ParticleColor": "#cabc3f",
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {},
"Soft": {}
}
},
"DropOnDeath": true
}