{
    "format_version": "1.16",
    "minecraft:recipe_shaped": {
        "description": {
            "identifier": "minecraft:wooden_pickaxe_from_mangrove_planks"
        },
        "tags": [
            "crafting_table"
        ],
        "pattern": [
            "AAA",
            " B ",
            " B "
        ],
        "key": {
            "A": {
                "item": "mangrove_planks"
            },
            "B": {
                "item": "stick"
            }
        },
        "result": {
            "item": "wooden_pickaxe",
            "count": 1
        },
        "priority": 2
    }
}