Emerald is an item in Hytale, categorized under the Rock category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
The hearts of mighty Golems are often formed of these gemstones. Arcanists once sought the aid of more industrial diggers to locate rich pockets deep underground.
This item cannot be crafted.
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.Rock_Gem_Emerald.name",
"Description": "server.items.Rock_Gem_Emerald.description"
},
"Icon": "Icons/ItemsGenerated/Rock_Gem_Emerald.png",
"Categories": [
"Blocks.Ores"
],
"PlayerAnimationsId": "Block",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Resources/Ores/Gem.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Ores/Gem_Textures/Emerald.png",
"Weight": 1
}
],
"Group": "Stone",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"VariantRotation": "DoublePipe",
"RandomRotation": "YawStep90",
"BlockParticleSetId": "Crystal",
"ParticleColor": "#1fcd3a",
"BlockSoundSetId": "Gem",
"AmbientSoundEventId": "SFX_Gem_Emit_Loop",
"Light": {
"Color": "#5b6",
"Radius": 0
},
"Particles": [
{
"Color": "#60d682",
"SystemId": "Block_Gem_Sparks"
}
]
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Gem"
]
},
"ItemSoundSetId": "ISS_Blocks_Stone",
"MaxStack": 25
}