White Sandstone Cobble Beam 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 White Sandstone Cobble Beam in Hytale is shown below.
White Sandstone Cobble Beam 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_Sandstone_White_Cobble_Beam.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Sandstone_White_Cobble_Beam.png",
"Set": "Rock_Sandstone_White_Cobble",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Sandstone_White"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Beam"
]
}
],
"OutputQuantity": 2,
"TimeSeconds": 0
},
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Tubes/Long_Simple_UV_Textures/White_Sandstone_Cobble.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Supporting": {
"Down": [
{
"FaceType": "Rock_Beam"
}
],
"Up": [
{
"FaceType": "Rock_Beam"
}
]
},
"ParticleColor": "#cca863"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Sandstone_White"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"Parent": "Rock_Stone_Cobble_Beam"
}