{
  "entries": [
    {
      "roll": {
        "type": "uniform",
        "min": 1,
        "max": 2
      },
      "pool": [
        {
          "weight": 50,
          "pool": [
            {
              "weight": 1,
              "item": {
                "id": "minecraft:apple",
                "count": {
                  "type": "constant",
                  "count": 5
                }
              }
            }
          ]
        },
        {
          "weight": 30,
          "pool": [
            {
              "weight": 1,
              "item": {
                "id": "minecraft:gold_ingot",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 5
                }
              }
            }
          ]
        },
        {
          "weight": 15,
          "pool": [
            {
              "weight": 1,
              "item": {
                "id": "minecraft:diamond"
              }
            }
          ]
        },
        {
          "weight": 5,
          "pool": [
            {
              "weight": 1,
              "item": {
                "id": "minecraft:netherite_ingot"
              }
            }
          ]
        }
      ]
    }
  ]
}