{
  "entries": [
    {
      "roll": {
        "type": "uniform",
        "min": 12,
        "max": 15
      },
      "pool": [
        { "weight": 70,
          "pool": [
            {
                "weight": 14,
                "item": {
                "id": "the_vault:wooden_chunk",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 3
                  }
                }
            },
            {
                "weight": 12,
                "item": {
                "id": "the_vault:sandy_rocks",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 2
                  }
                }
            },
            {
              "weight": 10,
              "item": {
              "id": "the_vault:vault_sweets",
              "count": {
                "type": "uniform",
                "min": 1,
                "max": 1
                }
              }
            },
            {
              "weight": 4,
              "item": {
                "id": "the_vault:driftwood",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 4,
              "item": {
                "id": "the_vault:vault_plating",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            }
          ]
        },
        { "weight": 20,
        "pool": [
          {
              "weight": 6,
              "item": {
                "id": "the_vault:magic_silk",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
          },
          {
            "weight": 10,
            "item": {
              "id": "the_vault:carbon_nugget",
              "count": {
                "type": "uniform",
                "min": 1,
                "max": 3
                }
            }
          },
          {
            "weight": 14,
            "item": {
              "id": "the_vault:driftwood",
              "count": {
                "type": "uniform",
                "min": 1,
                "max": 2
                }
            }
          },
          {
            "weight": 6,
            "item": {
              "id": "the_vault:vault_plating",
              "count": {
                "type": "uniform",
                "min": 1,
                "max": 1
                }
            }
          }
        ]
        },
        { "weight": 8,
          "pool": [
            {
              "weight": 2,
              "item": {
                "id": "minecraft:shulker_shell",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 10,
              "item": {
                "id": "the_vault:vault_essence",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 10,
              "item": {
                "id": "the_vault:silver_scrap",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            }
          ]
        },
        { "weight": 2,
          "pool": [
            {
                "weight": 1,
                "item": {
                  "id": "the_vault:wooden_chest_scroll",
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 1
                    }
                }
            },
            {
              "weight": 8,
              "item": {
                "id": "the_vault:bounty_pearl",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            }
          ]
        }
      ]
    }
  ]
}