{
    "format_version": "1.20.10",
    "minecraft:recipe_shaped": {
        "description": {
            "identifier": "minecraft:recovery_compass"
        },
        "tags": [
            "crafting_table"
        ],
        "pattern": [
            "SSS",
            "SCS",
            "SSS"
        ],
        "key": {
            "S": {
                "item": "minecraft:echo_shard"
            },
            "C": {
                "item": "minecraft:compass"
            }
        },
        "unlock": [
          {
            "item": "minecraft:echo_shard"
          }
        ],
        "result": {
            "item": "minecraft:recovery_compass",
            "count": 1
        },
        "priority": 1
    }
}