Thorium Ore is an item in Hytale, categorized under the Ore category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
Can be smelted into a Thorium Ingot at a Furnace.
The crafting recipe for Thorium Ore in Hytale is shown below.
This item cannot be salvaged.
Below is the item's .json data as extracted from the game files.
Click here to view the full file.
{
"TranslationProperties": {
"Name": "server.items.Ore_Thorium.name",
"Description": "server.items.Ore_Thorium.description"
},
"Categories": [
"Blocks.Ores"
],
"Recipe": {
"Input": [
{
"ResourceTypeId": "Salvage_Thorium",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Processing",
"Id": "Salvagebench"
}
],
"TimeSeconds": 4
},
"Icon": "Icons/ItemsGenerated/Ore_Thorium.png",
"Model": "Resources/Ores/Ore_Large.blockymodel",
"Texture": "Resources/Ores/Ore_Textures/Thorium.png",
"ItemLevel": 10,
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.57323,
"Translation": [
-3.6,
-16.200001
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Ore"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"MaxStack": 25,
"ItemSoundSetId": "ISS_Blocks_Stone",
"DropOnDeath": true
}