[TMP] Iron Builder's Hammer is an item in Hytale, categorized under the Tool category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
Used to alter the appearance of structural building blocks.
An improved version of the crude hammer with greater durability.
The crafting recipe for [TMP] Iron Builder's Hammer in Hytale is shown below.
[TMP] Iron Builder's Hammer can be salvaged at a Salvager's Workbench in order to gather the following materials.
Below is the item's .json data as extracted from the game files.
Click here to view the full file.
{
"TranslationProperties": {
"Name": "server.items.Tool_Hammer_Iron.name",
"Description": "server.items.Tool_Hammer_Iron.description"
},
"Parent": "Tool_Hammer_Crude",
"Icon": "Icons/ItemsGenerated/Tool_Hammer_Iron.png",
"Quality": "Uncommon",
"ItemLevel": 20,
"Model": "Items/Tools/Hammer/Iron.blockymodel",
"Texture": "Items/Tools/Hammer/Iron_Texture.png",
"MaxStack": 1,
"Recipe": {
"TimeSeconds": 3.5,
"Input": [
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 6
},
{
"ItemId": "Ingredient_Leather_Light",
"Quantity": 3
},
{
"ItemId": "Ingredient_Fabric_Scrap_Linen",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Id": "Workbench",
"Type": "Crafting",
"Categories": [
"Workbench_Tools"
]
}
]
},
"MaxDurability": 500
}