Loom 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 process cloth and magical items into materials.
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_Loom.name",
"Description": "server.items.Bench_Loom.description"
},
"Icon": "Icons/ItemsGenerated/Bench_Loom.png",
"Categories": [
"Furniture.Benches"
],
"Quality": "Developer",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Semitransparent",
"CustomModel": "Blocks/Benches/Loom.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Benches/Loom_Texture.png",
"Weight": 1
}
],
"HitboxType": "Bench_Loom",
"VariantRotation": "NESW",
"Bench": {
"Type": "Crafting",
"Categories": [
{
"Id": "All",
"Icon": "Icons/CraftingCategories/Campfire.png",
"Name": "All"
}
],
"LocalOpenSoundEventId": "SFX_Bench_Placeholder",
"LocalCloseSoundEventId": "SFX_Bench_Placeholder",
"CompletedSoundEventId": "SFX_Bench_Placeholder",
"Id": "Loombench"
},
"State": {
"Id": "crafting",
"Definitions": {
"CraftCompleted": {
"Looping": true
},
"CraftCompletedInstant": {}
}
},
"Gathering": {
"Breaking": {
"GatherType": "Benches"
}
},
"BlockParticleSetId": "Wood",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#6b472f",
"BlockSoundSetId": "Wood"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.385,
"Translation": [
11.4,
-13.2
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Bench"
]
},
"Recipe": {
"Input": [
{
"Quantity": 5,
"ResourceTypeId": "Wood_Trunk"
},
{
"ItemId": "Ingredient_Fabric_Scrap_Cotton",
"Quantity": 3
}
]
},
"MaxStack": 1,
"ItemSoundSetId": "ISS_Blocks_Wood"
}