Thorium Hoe is an item in Hytale, categorized under the Tool category.
It was added in Update 2 on January 24th, 2026.
No description available.
The crafting recipe for Thorium Hoe in Hytale is shown below.
Thorium 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_Thorium.name"
},
"Parent": "Tool_Hoe_Crude",
"Icon": "Icons/ItemsGenerated/Tool_Hoe_Thorium.png",
"Quality": "Rare",
"MaxStack": 1,
"ItemLevel": 4,
"Model": "Items/Tools/Hoe/Thorium.blockymodel",
"Texture": "Items/Tools/Hoe/Thorium_Texture.png",
"Recipe": {
"TimeSeconds": 2.5,
"Input": [
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 4
},
{
"ItemId": "Ingredient_Bar_Thorium",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Categories": [
"Farming"
],
"Id": "Farmingbench",
"RequiredTierLevel": 6
}
]
},
"MaxDurability": 400,
"IconProperties": {
"Scale": 0.45,
"Rotation": [
45,
300,
0
],
"Translation": [
28.2,
-25.2
]
}
}