Crude 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.
Effective for cutting down trees.
The Kweebecs acknowledge that some cultures require wood as a resource. As long as you avoid entering their woodlands with such a blade bared, it's unlikely they'll ever bring it up.
The crafting recipe for Crude Hatchet in Hytale is shown below.
Crude 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_Crude.name",
"Description": "server.items.Tool_Hatchet_Crude.description"
},
"Categories": [
"Items.Tools"
],
"Set": "Tool_Stone",
"Icon": "Icons/ItemsGenerated/Tool_Hatchet_Crude.png",
"Model": "Items/Tools/Hatchet/Crude.blockymodel",
"Texture": "Items/Tools/Hatchet/Crude_Texture.png",
"Quality": "Common",
"ItemLevel": 9,
"Recipe": {
"TimeSeconds": 1,
"KnowledgeRequired": false,
"Input": [
{
"ResourceTypeId": "Rubble",
"Quantity": 2
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 2
},
{
"ItemId": "Ingredient_Stick",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Id": "Fieldcraft",
"Type": "Crafting",
"Categories": [
"Tools"
]
},
{
"Id": "Workbench",
"Type": "Crafting",
"Categories": [
"Workbench_Tools"
]
}
]
},
"Tool": {
"Specs": [
{
"Power": 1,
"GatherType": "SoftBlocks"
},
{
"Power": 0.05,
"GatherType": "Soils"
},
{
"Power": 0.15,
"GatherType": "Woods"
},
{
"Power": 0.05,
"GatherType": "Rocks"
},
{
"Power": 0.5,
"GatherType": "Benches"
},
{
"Power": 0.017,
"GatherType": "VolcanicRocks"
},
{
"Power": 0.036,
"GatherType": "OreCopper"
},
{
"Power": 0.032,
"GatherType": "OreIron"
},
{
"Power": 0.032,
"GatherType": "OreSilver"
},
{
"Power": 0.032,
"GatherType": "OreGold"
},
{
"Power": 0.028,
"GatherType": "OreThorium"
},
{
"Power": 0.028,
"GatherType": "OreCobalt"
},
{
"Power": 0.025,
"GatherType": "OreAdamantite"
},
{
"Power": 0.023,
"GatherType": "OreMithril"
}
],
"DurabilityLossBlockTypes": [
{
"BlockSets": [
"Stone",
"Rock",
"Ores",
"Soil"
],
"DurabilityLossOnHit": 0.25
}
]
},
"PlayerAnimationsId": "Hatchet",
"Utility": {
"Compatible": true
},
"Interactions": {
"Primary": "Hatchet_Attack"
},
"InteractionVars": {
"Hatchet_Chop_Effect": {
"Interactions": [
{
"Parent": "Hatchet_Chop_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Tool_T1_Swing",
"LocalSoundEventId": "SFX_Hatchet_T1_Swing_RL_Local"
}
}
]
},
"Hatchet_Chop_Damage": {
"Interactions": [
{
"Parent": "Hatchet_Chop_Damage",
"DamageCalculator": {
"Type": "Dps",
"BaseDamage": {
"Physical": 5
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Light_Melee_T1_Impact"
}
}
]
}
},
"IconProperties": {
"Scale": 0.5,
"Translation": [
18,
-15
],
"Rotation": [
45,
270,
0
]
},
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"MaxDurability": 150,
"Tags": {
"Type": [
"Tool"
]
},
"ItemSoundSetId": "ISS_Weapons_Wood"
}