Rice 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_Rice.name",
"Description": "server.items.Plant_Crop_Rice_Item.description"
},
"Parent": "Template_Crop_Item",
"Icon": "Icons/ItemsGenerated/Plant_Crop_Rice.png",
"IconProperties": {
"Scale": 1.1,
"Translation": [
1.8,
0
],
"Rotation": [
45,
45,
45
]
},
"Texture": "Resources/Plants/Seeds_Textures/Rice.png",
"Model": "Resources/Plants/Seeds.blockymodel",
"Quality": "Common",
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"HitboxType": "Food_Small",
"CustomModel": "Resources/Plants/Seeds.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Plants/Seeds_Textures/Rice.png",
"Weight": 1
}
],
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#cabc3f",
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {},
"Soft": {}
}
},
"DropOnDeath": true
}