Wet Berry Bush 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.
Harvesting:
• 1-2 Wild Berries
Growth Time:
• 2 Stages
• 1 Day
• Regrows
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_Bush_Wet_Berry.name",
"Description": "server.items.Plant_Crop_Berry_Wet_Block.description"
},
"ItemLevel": 11,
"Parent": "Template_Crop_Berry_Block",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Bush_Big_Textures/Bush_Wet.png",
"Weight": 1
}
],
"State": {
"Definitions": {
"StageFinal": {
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Bush_Big_Textures/Bush_Wet_Berry.png",
"Weight": 1
}
],
"InteractionHint": "server.interactionHints.harvest",
"Interactions": {
"Use": {
"Interactions": [
{
"Type": "HarvestCrop"
}
]
}
},
"Support": {
"Down": [
{
"FaceType": "Full"
},
{
"FaceType": "Bushes"
}
]
},
"Supporting": {
"Up": [
{
"FaceType": "Bushes"
}
]
},
"Gathering": {
"Soft": {
"DropList": "Drops_Plant_Crop_Berry_Wet_StageFinal",
"IsWeaponBreakable": false
},
"Harvest": {
"DropList": "Drops_Plant_Crop_Berry_Wet_StageFinal_Harvest"
}
}
}
}
},
"Farming": {
"Stages": {
"Default": [
{
"Type": "BlockState",
"Duration": {
"Min": 80000,
"Max": 80000
},
"State": "default",
"SoundEventId": "SFX_Crops_Grow"
},
{
"Type": "BlockState",
"State": "StageFinal",
"SoundEventId": "SFX_Crops_Grow_Stage_Complete"
}
],
"Harvested": [
{
"Type": "BlockState",
"Duration": {
"Min": 20000,
"Max": 20000
},
"State": "default",
"SoundEventId": "SFX_Crops_Grow"
},
{
"Type": "BlockState",
"State": "StageFinal",
"SoundEventId": "SFX_Crops_Grow_Stage_Complete"
}
]
},
"StartingStageSet": "Default",
"StageSetAfterHarvest": "Harvested"
},
"Support": {
"Down": [
{
"FaceType": "Full"
},
{
"FaceType": "Bushes"
}
]
},
"Supporting": {
"Up": [
{
"FaceType": "Bushes"
}
]
},
"Gathering": {
"Soft": {
"DropList": "Drops_Plant_Crop_Berry_Wet_Block",
"IsWeaponBreakable": false
},
"UseDefaultDropWhenPlaced": true
},
"BlockParticleSetId": "Leaves_Sharp",
"ParticleColor": "#71dad8",
"BlockSoundSetId": "Bush"
},
"Icon": "Icons/ItemsGenerated/Plant_Crop_Berry_Wet_Block.png",
"IconProperties": {
"Scale": 0.345,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
2.5,
-26.3
]
}
}