Arcanist's Workbench 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 fashion various arcane implements.
The arcane arts are the closest mere mortals have ever come to achieving Avatar powers. Had they mastered them sooner, perhaps they would not have been so easily swayed.
The crafting recipe for Arcanist's Workbench in Hytale is shown below.
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_Arcane.name",
"Description": "server.items.Bench_Arcane.description"
},
"Icon": "Icons/ItemsGenerated/Bench_Arcane.png",
"Categories": [
"Furniture.Benches"
],
"Recipe": {
"TimeSeconds": 3,
"Input": [
{
"ItemId": "Ingredient_Bar_Thorium",
"Quantity": 10
},
{
"ItemId": "Ingredient_Fabric_Scrap_Linen",
"Quantity": 30
},
{
"ItemId": "Ingredient_Void_Essence",
"Quantity": 20
}
],
"BenchRequirement": [
{
"Id": "Workbench",
"Type": "Crafting",
"Categories": [
"Workbench_Crafting"
],
"RequiredTierLevel": 2
}
]
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Benches/ArcaneTable.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Benches/ArcaneTable_Texture.png",
"Weight": 1
}
],
"HitboxType": "Bench_Alchemy",
"VariantRotation": "NESW",
"Bench": {
"Type": "Crafting",
"LocalOpenSoundEventId": "SFX_Arcane_Workbench_Open_Local",
"LocalCloseSoundEventId": "SFX_Arcane_Workbench_Close_Local",
"CompletedSoundEventId": "SFX_Arcane_Workbench_Craft",
"Categories": [
{
"Id": "Arcane_Portals",
"Icon": "Icons/CraftingCategories/Arcane/Portal_Device.png",
"Name": "server.benchCategories.portals"
},
{
"Id": "Arcane_Misc",
"Icon": "Icons/CraftingCategories/Arcane/Bench_Memories.png",
"Name": "server.benchCategories.misc"
}
],
"Id": "Arcanebench"
},
"State": {
"Id": "crafting",
"Definitions": {
"CraftCompleted": {
"CustomModelAnimation": "Blocks/Benches/Alchemy_Crafting.blockyanim",
"Looping": true
},
"CraftCompletedInstant": {
"CustomModelAnimation": "Blocks/Benches/Alchemy_Crafting.blockyanim"
}
}
},
"Gathering": {
"Breaking": {
"GatherType": "Benches"
}
},
"BlockParticleSetId": "Wood",
"ParticleColor": "#6e4a2f",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"BlockSoundSetId": "Stone"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.35,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
11.4,
-18.6
]
},
"Tags": {
"Type": [
"Bench"
]
},
"MaxStack": 1,
"ItemLevel": 10,
"ItemSoundSetId": "ISS_Blocks_Wood"
}