Cracked Slate is an item in Hytale, categorized under the Ore category.
It was added in Update 2 on January 24th, 2026.
No description available.
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.Ore_Cobalt_Slate_Cracked.name"
},
"Parent": "Rock_Slate",
"Icon": "Icons/ItemsGenerated/Rock_Slate_Cracked.png",
"BlockType": {
"Textures": [
{
"Sides": "BlockTextures/Rock_Slate_Cracked.png",
"UpDown": "BlockTextures/Rock_Slate_Cracked.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"DropList": {
"Container": {
"Type": "Multiple",
"Containers": [
{
"Weight": 0,
"$Comment": "In this case 'Weight' is interpreted as a percentage chance to spawn, so 20% chance",
"Type": "Single",
"Item": { "ItemId": "Ore_Cobalt" }
},
{
"Type": "Single",
"Item": { "ItemId": "Rock_Slate_Cobble" }
}
]
}
}
}
}
}
}