{
  "pools": [
    {
      "rolls": {
        "min": 2,
        "max": 3
      },
      "entries": [
        {
          "type": "minecraft:item",
          "name": "betterend:crystal_shards",
          "weight": 5,
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "min": 4,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "betterend:thallasium_ingot",
          "weight": 10,
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "min": 4,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "betterend:amber_gem",
          "weight": 10,
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "min": 4,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "betterend:thallasium_nugget",
          "weight": 20,
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "min": 8,
                "max": 16
              }
            }
          ]
        }
      ]
    },
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:group",
          "children": [
            {
              "type": "minecraft:item",
              "name": "minecraft:diamond_helmet",
              "functions": [
                {
                  "function": "minecraft:enchant_with_levels",
                  "levels": {
                    "min": 20,
                    "max": 40
                  }
                }
              ]
            }
          ]
        },
        {
          "type": "minecraft:group",
          "children": [
            {
              "type": "minecraft:item",
              "name": "minecraft:diamond_chestplate",
              "functions": [
                {
                  "function": "minecraft:enchant_with_levels",
                  "levels": {
                    "min": 20,
                    "max": 40
                  }
                }
              ]
            },
            {
              "type": "minecraft:item",
              "name": "minecraft:diamond_leggings",
              "functions": [
                {
                  "function": "minecraft:enchant_with_levels",
                  "levels": {
                    "min": 20,
                    "max": 40
                  }
                }
              ]
            },
            {
              "type": "minecraft:item",
              "name": "minecraft:diamond_boots",
              "functions": [
                {
                  "function": "minecraft:enchant_with_levels",
                  "levels": {
                    "min": 20,
                    "max": 40
                  }
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:empty",
          "weight": 25
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:splash_potion",
          "functions": [
            {
              "function": "minecraft:set_potion",
              "id": "minecraft:long_slow_falling"
            },
            {
              "function": "minecraft:set_count",
              "count": {
                "min": 1,
                "max": 3
              }
            }
          ],
          "weight": 25
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:potion",
          "weight": 50,
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "min": 1,
                "max": 3
              }
            },
            {
              "function": "minecraft:set_potion",
              "id": "minecraft:strong_regeneration"
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:lingering_potion",
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "min": 1,
                "max": 3
              }
            },
            {
              "function": "minecraft:set_potion",
              "id": "minecraft:regeneration"
            }
          ],
          "conditions": []
        }
      ]
    },
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:empty",
          "weight": 10
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:book",
          "functions": [
            {
              "function": "minecraft:enchant_with_levels",
              "levels": {
                "type": "minecraft:uniform",
                "min": 30,
                "max": 40
              }
            }
          ],
          "weight": 1
        }
      ]
    },
    {
      "rolls": {
        "min": 1,
        "max": 2
      },
      "entries": [
        {
          "type": "minecraft:item",
          "name": "create:experience_nugget",
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "min": 1,
                "max": 16
              }
            }
          ],
          "weight": 10
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:enchanted_golden_apple",
          "weight": 1,
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "min": 0,
                "max": 1
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:golden_apple",
          "weight": 20,
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "min": 2,
                "max": 4
              }
            }
          ]
        }
      ]
    },
    {
      "rolls": {
        "min": 1,
        "max": 3
      },
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:chorus_fruit",
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "min": 2,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:ender_pearl",
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "min": 2,
                "max": 8
              }
            }
          ]
        }
      ],
      "functions": []
    },
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:loot_table",
          "name": "betterend:chests/end_village_loot"
        }
      ],
      "functions": []
    }
  ],
  "type": "minecraft:chest"
}