{
  "entries": [
    {
      "roll": {
        "type": "uniform",
        "min": 7,
        "max": 8
      },
      "pool": [
        { "weight": 70,
          "pool": [
            {
                "weight": 20,
                "item": {
                "id": "minecraft:rotten_flesh",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 3
                  }
                }
            },
            {
              "weight": 20,
              "item": {
              "id": "minecraft:bone",
              "count": {
                "type": "uniform",
                "min": 1,
                "max": 2
                }
              }
            },
            {
              "weight": 20,
              "item": {
              "id": "the_vault:rotten_meat",
              "count": {
                "type": "uniform",
                "min": 1,
                "max": 2
                }
              }
            },
            
            {
              "weight": 20,
              "item": {
                "id": "minecraft:string",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 3
                  }
              }
            },
            {
              "weight": 10,
              "item": {
                "id": "minecraft:porkchop",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 10,
              "item": {
                "id": "minecraft:beef",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 10,
              "item": {
                "id": "minecraft:mutton",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 10,
              "item": {
                "id": "minecraft:chicken",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 10,
              "item": {
                "id": "minecraft:rabbit",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            }
            
          ]
        },
        { "weight": 20,
          "pool": [
            {
              "weight": 10,
              "item": {
                "id": "minecraft:slime_ball",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 2
                  }
              }
            },
            {
              "weight": 10,
              "item": {
                "id": "minecraft:spider_eye",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 10,
              "item": {
                "id": "minecraft:leather",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 10,
              "item": {
                "id": "minecraft:rabbit_hide",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 10,
              "item": {
                "id": "minecraft:gunpowder",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            }
          ]
        },
        { "weight": 8,
          "pool": [
            {
                "weight": 8,
                "item": {
                  "id": "minecraft:honey_bottle",
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 1
                    }
                }
            },
            {
              "weight": 6,
              "item": {
                "id": "minecraft:shulker_shell",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 10,
              "item": {
                "id": "minecraft:blaze_rod",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 10,
              "item": {
                "id": "minecraft:ender_pearl",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 4,
              "item": {
                "id": "minecraft:ghast_tear",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            }
          ]
        },
        { "weight": 2,
          "pool": [
            {
              "weight": 25,
              "item": {
                "id": "the_vault:mystery_egg",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 1,
              "item": {
                "id": "the_vault:flesh_chest_scroll",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            }
          ]
        }
      ]
    }
  ]
}