Adamantite 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 an Adamantite Ingot at a Furnace.
The crafting recipe for Adamantite 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_Adamantite.name",
"Description": "server.items.Ore_Adamantite.description"
},
"Categories": [
"Blocks.Ores"
],
"Recipe": {
"Input": [
{
"ResourceTypeId": "Salvage_Adamantite",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Processing",
"Id": "Salvagebench"
}
],
"TimeSeconds": 4
},
"Model": "Resources/Ores/Ore_Large.blockymodel",
"Texture": "Resources/Ores/Ore_Textures/Adamantite.png",
"ItemLevel": 10,
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.57323,
"Translation": [
-3.6,
-16.200001
],
"Rotation": [
22.5,
45,
22.5
]
},
"Icon": "Icons/ItemsGenerated/Ore_Adamantite.png",
"Tags": {
"Type": [
"Ore"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"MaxStack": 25,
"ItemSoundSetId": "ISS_Blocks_Stone",
"DropOnDeath": true
}