Crude Hoe 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.
Use to till dirt or grass.
The crafting recipe for Crude Hoe in Hytale is shown below.
Crude Hoe 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_Hoe_Crude.name",
"Description": "server.items.Tool_Hoe.description"
},
"Categories": [
"Items.Tools"
],
"Set": "Tool_Stone",
"Icon": "Icons/ItemsGenerated/Tool_Hoe_Crude.png",
"Quality": "Common",
"MaxStack": 1,
"ItemLevel": 1,
"Recipe": {
"TimeSeconds": 1.5,
"Input": [
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 4
},
{
"ResourceTypeId": "Rock",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Categories": [
"Farming"
],
"Id": "Farmingbench"
}
]
},
"Interactions": {
"Primary": "Hoe_Attack",
"Secondary": "Hoe_Till"
},
"InteractionVars": {
"Hoe_Swing_Left_Effect": "Hoe_Swing_Left_Effect",
"Hoe_Swing_Left_Damage": {
"Interactions": [
{
"Parent": "Hoe_Swing_Left_Damage",
"DamageCalculator": {
"Type": "Dps",
"BaseDamage": {
"Physical": 1
}
}
}
]
},
"Hoe_Swing_Right_Effect": "Hoe_Swing_Right_Effect",
"Hoe_Swing_Right_Damage": {
"Interactions": [
{
"Parent": "Hoe_Swing_Right_Damage",
"DamageCalculator": {
"Type": "Dps",
"BaseDamage": {
"Physical": 1
}
}
}
]
}
},
"Model": "Items/Tools/Hoe/Crude.blockymodel",
"Texture": "Items/Tools/Hoe/Crude_Texture.png",
"MaxDurability": 100,
"PlayerAnimationsId": "Hoe",
"IconProperties": {
"Scale": 0.45,
"Translation": [
28.2,
-25.2
],
"Rotation": [
45,
300,
0
]
},
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"Tags": {
"Type": [
"Tool"
]
},
"ItemSoundSetId": "ISS_Weapons_Wood",
"Utility": {
"Compatible": true
}
}