Gold 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 Gold Ingot at a Furnace.
The crafting recipe for Gold 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_Gold.name",
"Description": "server.items.Ore_Gold.description"
},
"Categories": [
"Blocks.Ores"
],
"Recipe": {
"Input": [
{
"ResourceTypeId": "Salvage_Gold",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Processing",
"Id": "Salvagebench"
}
],
"TimeSeconds": 4
},
"Icon": "Icons/ItemsGenerated/Ore_Gold.png",
"Model": "Resources/Ores/Ore_Large.blockymodel",
"Texture": "Resources/Ores/Ore_Textures/Gold.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
}