{
    "entries": [
      {
        "roll": {
          "type": "uniform",
          "min": 4,
          "max": 6
        },
        "pool": [
          { "weight": 70,
            "pool": [
              {
                  "weight": 16,
                  "item": {
                  "id": "minecraft:gold_nugget",
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 4
                    }
                  }
              },
              {
                  "weight": 8,
                  "item": {
                  "id": "minecraft:copper_ingot",
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 1
                    }
                  }
              },
              {
                "weight": 4,
                "item": {
                "id": "minecraft:emerald",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
                }
              },
              {
                "weight": 8,
                "item": {
                  "id": "the_vault:diamond_nugget",
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 2
                    }
                }
              },
              {
                "weight": 8,
                "item": {
                  "id": "minecraft:redstone",
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 3
                    }
                }
              },
              {
                "weight": 8,
                "item": {
                  "id": "minecraft:lapis_lazuli",
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 4
                    }
                }
              }
            ]
          },
          { "weight": 20,
            "pool": [
              {
                "weight": 12,
                "item": {
                  "id": "minecraft:gold_ingot",
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 2
                    }
                }
              },
              {
                "weight": 10,
                "item": {
                  "id": "minecraft:quartz",
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 5
                    }
                }
              },
              {
                "weight": 4,
                "item": {
                  "id": "minecraft:enchanted_book",
                  "nbt": {
                    "StoredEnchantments": [{"id": "minecraft:unbreaking", "lvl": 1}]
                  },
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 1
                    }
                }
              },
              {
                "weight": 4,
                "item": {
                  "id": "minecraft:enchanted_book",
                  "nbt": {
                    "StoredEnchantments": [{"id": "minecraft:efficiency", "lvl": 2}]
                  },
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 1
                    }
                }
              },
              {
                "weight": 4,
                "item": {
                  "id": "minecraft:enchanted_book",
                  "nbt": {
                    "StoredEnchantments": [{"id": "minecraft:fortune", "lvl": 1}]
                  },
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 1
                    }
                }
              }
            ]
          },
          { "weight": 8,
            "pool": [
              {
                "weight": 2,
                "item": {
                  "id": "minecraft:enchanted_book",
                  "nbt": {
                    "StoredEnchantments": [{"id": "minecraft:efficiency", "lvl": 3}]
                  },
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 1
                    }
                }
              },            {
                "weight": 2,
                "item": {
                  "id": "minecraft:enchanted_book",
                  "nbt": {
                    "StoredEnchantments": [{"id": "minecraft:fortune", "lvl": 2}]
                  },
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 1
                    }
                }
              },
              {
                "weight": 8,
                "item": {
                  "id": "minecraft:bell",
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 1
                    }
                }
              },
              {
                "weight": 16,
                "item": {
                  "id": "minecraft:amethyst_shard",
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 4
                    }
                }
              },
              {
                "weight": 2,
                "item": {
                  "id": "minecraft:enchanted_book",
                  "nbt": "{StoredEnchantments:[{id:mending,lvl:1}]}",
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 1
                    }
                }
              },
              {
                "weight": 2,
                "item": {
                  "id": "minecraft:enchanted_book",
                  "nbt": {
                    "StoredEnchantments": [{"id": "minecraft:silk_touch", "lvl": 1}]
                  },
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 1
                    }
                }
              }
            ]
          },
          { "weight": 2,
            "pool": [
              {
                  "weight": 2,
                  "item": {
                    "id": "minecraft:elytra",
                    "count": {
                      "type": "uniform",
                      "min": 1,
                      "max": 1
                      }
                  }
              },
              {
                "weight": 4,
                "item": {
                  "id": "minecraft:budding_amethyst",
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 1
                    }
                }
              },
              {
                "weight": 1,
                "item": {
                  "id": "the_vault:crystal_budding",
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 1
                    }
                }
              },
              {
                "weight": 8,
                "item": {
                  "id": "the_vault:vault_essence",
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 2
                    }
                }
              }
            ]
          }
        ]
      }
    ]
  }