Trough - Feeding Bench is an item in Hytale, categorized under the Bench category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
Used to craft farming accessories and animal feed.
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.Bench_Trough.name",
"Description": "server.items.Bench_Trough.description"
},
"Categories": [
"Furniture.Benches"
],
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Farming/Trough.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Farming/Trough_Texture.png",
"Weight": 1
}
],
"HitboxType": "Bench_Trough",
"VariantRotation": "NESW",
"Bench": {
"Type": "Crafting",
"Categories": [
{
"Id": "All",
"Icon": "Icons/CraftingCategories/Campfire.png",
"Name": "server.benchCategories.all"
}
],
"LocalOpenSoundEventId": "SFX_Bench_Placeholder",
"LocalCloseSoundEventId": "SFX_Bench_Placeholder",
"CompletedSoundEventId": "SFX_Bench_Placeholder",
"Id": "Farmingbench"
},
"State": {
"Id": "crafting",
"Definitions": {
"CraftCompleted": {}
}
},
"Gathering": {
"Breaking": {
"GatherType": "Benches"
}
},
"BlockParticleSetId": "Wood",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#815c39",
"BlockSoundSetId": "Wood"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.43,
"Translation": [
13.2,
-10.8
],
"Rotation": [
22.5,
45,
22.5
]
},
"Icon": "Icons/ItemsGenerated/Bench_Trough.png",
"Tags": {
"Type": [
"Bench"
]
},
"MaxStack": 1,
"ItemSoundSetId": "ISS_Blocks_Wood"
}