{
  "type": "minecraft:loot_table",
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:enchanted_book",
          "functions": [
            {
              "function": "set_nbt",
              "tag": "{display:{Lore:['{\"text\":\"Bright Vision\",\"italic\":false,\"color\":\"gold\"}']}}"
            }
          ]
        }
      ]
    }
  ]
}
