Volcanic Cobble Roof - Flat 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 crafting recipe for Volcanic Cobble Roof - Flat in Hytale is shown below.
Volcanic Cobble Roof - Flat can be salvaged at a Salvager's Workbench in order to gather the following materials.
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_Volcanic_Cobble_Roof_Flat.name"
},
"Quality": "Junk",
"Icon": "Icons/ItemsGenerated/Rock_Volcanic_Cobble_Roof_Flat.png",
"Set": "Rock_Volcanic_Cobble",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Slope_Textures/Volcanic_Cobble.png",
"Weight": 1
}
],
"HitboxType": "Stairs_Inverted_Corner_Right",
"Gathering": {
"Breaking": {
"GatherType": "VolcanicRocks"
}
},
"BlockSoundSetId": "Wood",
"ParticleColor": "#393232"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Volcanic"
]
},
"Parent": "Rock_Stone_Cobble_Roof_Flat",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Volcanic"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Roof"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
}
}