Shale Cobble Roof - Steep 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 Shale Cobble Roof - Steep in Hytale is shown below.
Shale Cobble Roof - Steep 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_Shale_Cobble_Roof_Steep.name"
},
"Set": "Rock_Shale_Cobble",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Slope_Textures/Shale_Cobble.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"ItemId": "Rock_Shale_Cobble_Roof_Steep",
"GatherType": "Rocks"
}
},
"ParticleColor": "#2d3d42",
"State": {
"Definitions": {
"Corner_Right": {
"CustomModel": "Blocks/Structures/Roofs/Corner_Steep_Right.blockymodel",
"HitboxType": "Stairs_Corner_Steep_Right",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
}
},
"Corner_Left": {
"CustomModel": "Blocks/Structures/Roofs/Corner_Steep_Left.blockymodel",
"HitboxType": "Stairs_Corner_Steep_Left",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
}
},
"Inverted_Corner_Right": {
"CustomModel": "Blocks/Structures/Roofs/Corner_Inverted_Steep_Right.blockymodel",
"HitboxType": "Roof_Corner_Steep_Inverted_Right",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
}
},
"Inverted_Corner_Left": {
"CustomModel": "Blocks/Structures/Roofs/Corner_Inverted_Steep_Left.blockymodel",
"HitboxType": "Roof_Corner_Steep_Inverted_Left",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
}
}
}
},
"ConnectedBlockRuleSet": {
"Type": "Roof",
"Regular": {
"Straight": {
"State": "default"
},
"Corner_Right": {
"State": "Corner_Right"
},
"Corner_Left": {
"State": "Corner_Left"
},
"Inverted_Corner_Right": {
"State": "Inverted_Corner_Right"
},
"Inverted_Corner_Left": {
"State": "Inverted_Corner_Left"
}
},
"MaterialName": "Roof_Steep"
}
},
"Icon": "Icons/ItemsGenerated/Rock_Shale_Cobble_Roof_Steep.png",
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Shale"
]
},
"Parent": "Rock_Stone_Cobble_Roof_Steep",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Shale"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Roof"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
}
}