{
    "type": "minecraft:crafting_shaped",
    "category": "misc",
    "key": {
        "A": "minecraft:paper",
        "B": "minecraft:ender_pearl"
    },
    "pattern": [
        "ABA",
        "BAB",
        "ABA"
    ],
    "result": {
        "count": 1,
        "id": "minecraft:enchanted_book",
        "components": {
            "item_model":"minecraft:paper",
            "enchantment_glint_override":true,
            "item_name":{
                "text":"回溯卷轴",
                "color":"light_purple"
            },
            "max_stack_size":1,
            "consumable": {
                "animation":"bow",
                "sound":{
                    "sound_id":""
                },
                "has_consume_particles":false,
                "consume_seconds":2,
                "on_consume_effects":[
                    {
                        "type":"play_sound",
                        "sound":{
                            "sound_id":"item.totem.use"
                        }
                    }
                ]
            },
            "custom_data": {
                "acovia:back_acovia":true
            }
        }
    }
}