Adamantite Hatchet 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.
The crafting recipe for Adamantite Hatchet in Hytale is shown below.
Adamantite Hatchet 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_Hatchet_Adamantite.name"
},
"Categories": [
"Items.Tools"
],
"Set": "Tool_Cobalt",
"Quality": "Rare",
"ItemLevel": 40,
"Model": "Items/Tools/Hatchet/Adamantite.blockymodel",
"Texture": "Items/Tools/Hatchet/Adamantite_Texture.png",
"Recipe": {
"TimeSeconds": 4.5,
"KnowledgeRequired": false,
"Input": [
{
"ItemId": "Ingredient_Bar_Adamantite",
"Quantity": 8
},
{
"ItemId": "Ingredient_Leather_Heavy",
"Quantity": 3
},
{
"ItemId": "Ingredient_Fabric_Scrap_Cindercloth",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Categories": [
"Workbench_Tools"
],
"Id": "Workbench",
"RequiredTierLevel": 3
}
]
},
"Tool": {
"Specs": [
{
"Power": 1,
"GatherType": "SoftBlocks"
},
{
"Power": 0.05,
"GatherType": "Soils"
},
{
"Power": 0.5,
"GatherType": "Woods"
},
{
"Power": 0.05,
"GatherType": "Rocks"
},
{
"Power": 0.5,
"GatherType": "Benches"
},
{
"Power": 0.017,
"GatherType": "VolcanicRocks"
},
{
"Power": 0.046,
"GatherType": "OreCopper"
},
{
"Power": 0.046,
"GatherType": "OreIron"
},
{
"Power": 0.046,
"GatherType": "OreSilver"
},
{
"Power": 0.046,
"GatherType": "OreGold"
},
{
"Power": 0.046,
"GatherType": "OreThorium"
},
{
"Power": 0.046,
"GatherType": "OreCobalt"
},
{
"Power": 0.042,
"GatherType": "OreAdamantite"
},
{
"Power": 0.036,
"GatherType": "OreMithril"
}
],
"DurabilityLossBlockTypes": [
{
"BlockSets": [
"Stone",
"Rock",
"Ores",
"Soil"
],
"DurabilityLossOnHit": 0.25
}
]
},
"PlayerAnimationsId": "Hatchet",
"Utility": {
"Compatible": true
},
"Interactions": {
"Primary": "Hatchet_Attack",
"Secondary": "Hatchet_Attack"
},
"InteractionVars": {
"Hatchet_Chop_Effect": "Hatchet_Chop_Effect",
"Hatchet_Chop_Damage": {
"Interactions": [
{
"Parent": "Hatchet_Chop_Damage",
"DamageCalculator": {
"Type": "Dps",
"BaseDamage": {
"Physical": 5
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Axe_Iron_Impact"
}
}
]
}
},
"IconProperties": {
"Scale": 0.45,
"Translation": [
15.6,
-12.6
],
"Rotation": [
45,
270,
0
]
},
"Icon": "Icons/ItemsGenerated/Tool_Hatchet_Adamantite.png",
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"MaxDurability": 400,
"Tags": {
"Type": [
"Tool"
]
},
"ItemSoundSetId": "ISS_Weapons_Wood"
}