{
  "pools": [
    {
      "rolls": {
        "min": 3,
        "max": 8
      },
      "entries": [
        {
          "type": "item",
          "weight": 3,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 3
              }
            }
          ],
          "name": "minecraft:diamond"
        },
        {
          "type": "item",
          "weight": 10,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 5
              }
            }
          ],
          "name": "minecraft:iron_ingot"
        },
        {
          "type": "item",
          "weight": 5,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 3
              }
            }
          ],
          "name": "minecraft:gold_ingot"
        },
        {
          "type": "item",
          "weight": 15,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 3
              }
            }
          ],
          "name": "minecraft:bread"
        },
        {
          "type": "item",
          "weight": 15,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 3
              }
            }
          ],
          "name": "minecraft:apple"
        },
        {
          "type": "item",
          "weight": 5,
          "name": "minecraft:iron_pickaxe"
        },
        {
          "type": "item",
          "weight": 5,
          "name": "minecraft:iron_sword"
        },
        {
          "type": "item",
          "weight": 5,
          "name": "minecraft:iron_chestplate"
        },
        {
          "type": "item",
          "weight": 5,
          "name": "minecraft:iron_helmet"
        },
        {
          "type": "item",
          "weight": 5,
          "name": "minecraft:iron_leggings"
        },
        {
          "type": "item",
          "weight": 5,
          "name": "minecraft:iron_boots"
        },
        {
          "type": "item",
          "weight": 5,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 3,
                "max": 7
              }
            }
          ],
          "name": "minecraft:obsidian"
        },
        {
          "type": "item",
          "weight": 5,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 3,
                "max": 7
              }
            }
          ],
          "name": "minecraft:oak_sapling"
        },
        {
          "type": "item",
          "weight": 3,
          "name": "minecraft:saddle"
        },
        {
          "type": "item",
          "name": "minecraft:horsearmoriron"
        },
        {
          "type": "item",
          "name": "minecraft:copper_horse_armor"
        },
        {
          "type": "item",
          "name": "minecraft:horsearmorgold"
        },
        {
          "type": "item",
          "name": "minecraft:horsearmordiamond"
        }
      ]
    },
    {
      "rolls": 1,
      "entries": [
        {
          "type": "loot_table",
          "name": "loot_tables/chests/village/village_bundle.json"
        }
      ]
    }
  ]
}