Forge 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.
The heart of any workshop. Used to forge advanced armor and weapons.
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_Armory.name",
"Description": "server.items.Bench_Armory.description"
},
"Icon": "Icons/ItemsGenerated/Bench_Armory.png",
"Categories": [
"Furniture.Benches"
],
"Quality": "Developer",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Benches/Armory.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Benches/Armory_Texture.png",
"Weight": 1
}
],
"VariantRotation": "NESW",
"HitboxType": "Bench_Armory",
"Light": {
"Color": "#000"
},
"State": {
"Id": "crafting",
"Definitions": {
"CraftCompleted": {
"Looping": true
},
"CraftCompletedInstant": {}
}
},
"Gathering": {
"Breaking": {
"GatherType": "Benches"
}
},
"Bench": {
"Type": "DiagramCrafting",
"LocalOpenSoundEventId": "SFX_Bench_Placeholder",
"LocalCloseSoundEventId": "SFX_Bench_Placeholder",
"CompletedSoundEventId": "SFX_Bench_Placeholder",
"Categories": [
{
"Id": "Weapons",
"Icon": "Icons/CraftingCategories/Armory/Weapons.png",
"ItemCategories": [
{
"Id": "Sword",
"Icon": "Icons/CraftingCategories/Armory/Sword.png",
"Slots": 2,
"Name": "Sword"
},
{
"Id": "Club",
"Icon": "Icons/CraftingCategories/Armory/Club.png",
"Slots": 2,
"Name": "Club"
},
{
"Id": "Axe",
"Icon": "Icons/CraftingCategories/Armory/Axe.png",
"Slots": 2,
"Name": "Axe"
},
{
"Id": "Longsword",
"Icon": "Icons/CraftingCategories/Armory/Longsword.png",
"Slots": 2,
"Name": "Longsword"
},
{
"Id": "Mace",
"Icon": "Icons/CraftingCategories/Armory/Mace.png",
"Slots": 2,
"Name": "Mace"
},
{
"Id": "Battleaxe",
"Icon": "Icons/CraftingCategories/Armory/Battleaxe.png",
"Slots": 2,
"Name": "Battleaxe"
},
{
"Id": "Bow",
"Icon": "Icons/CraftingCategories/Armory/Bow.png",
"Slots": 2,
"Name": "Bow"
},
{
"Id": "Shield",
"Icon": "Icons/CraftingCategories/Armory/Shield.png",
"Slots": 2,
"Name": "Shield"
}
],
"Name": "Weapons"
},
{
"Id": "Armor",
"Icon": "Icons/CraftingCategories/Armory/MetalArmor.png",
"ItemCategories": [
{
"Id": "Head",
"Icon": "Icons/CraftingCategories/Armory/MetalHead.png",
"Slots": 2,
"Name": "Head"
},
{
"Id": "Chest",
"Icon": "Icons/CraftingCategories/Armory/MetalChest.png",
"Slots": 2,
"Name": "Chest"
},
{
"Id": "Hands",
"Icon": "Icons/CraftingCategories/Armory/MetalHands.png",
"Slots": 2,
"Name": "Hands"
},
{
"Id": "Legs",
"Icon": "Icons/CraftingCategories/Armory/MetalLegs.png",
"Slots": 2,
"Name": "Legs"
}
],
"Name": "Armor"
}
],
"Id": "Armory"
},
"BlockParticleSetId": "Stone",
"ParticleColor": "#5C583E",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"BlockSoundSetId": "Stone"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.37,
"Translation": [
11.4,
-15
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Bench"
]
},
"MaxStack": 1,
"ItemSoundSetId": "ISS_Blocks_Wood"
}