Aqua Cobble Wall 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 Aqua Cobble Wall in Hytale is shown below.
Aqua Cobble Wall 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_Aqua_Cobble_Wall.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Aqua_Cobble_Wall.png",
"Set": "Rock_Aqua_Cobble",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Aqua"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Wall"
]
}
],
"OutputQuantity": 2,
"TimeSeconds": 0
},
"BlockType": {
"CustomModel": "Blocks/Structures/Walls/Wall_Shale_Cobble.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Walls/Wall_Shale_Cobble_Aqua_Cobble.png",
"Weight": 1
}
],
"HitboxType": "Fence_Thick",
"Gathering": {
"Breaking": {
"ItemId": "Rock_Aqua_Cobble_Wall",
"GatherType": "Rocks"
}
},
"VariantRotation": "NESW",
"ParticleColor": "#58ad9b",
"State": {
"Definitions": {
"Corner": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Walls/Wall_Shale_Cobble_Aqua_Cobble.png",
"Weight": 1
}
],
"CustomModel": "Blocks/Structures/Walls/Wall_Shale_Cobble_Corner.blockymodel",
"HitboxType": "Fence_Corner_Thick",
"Gathering": {
"Breaking": {
"ItemId": "Rock_Aqua_Cobble_Wall",
"GatherType": "Rocks"
}
}
}
}
},
"ConnectedBlockRuleSet": {
"Type": "CustomTemplate",
"TemplateShapeBlockPatterns": {
"Straight": "Rock_Aqua_Cobble_Wall",
"Corner": "*Rock_Aqua_Cobble_Wall_State_Definitions_Corner"
},
"TemplateShapeAssetId": "WallConnectedBlockTemplate"
}
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Aqua"
]
},
"Parent": "Rock_Stone_Cobble_Wall"
}