{
  "type": "guardvillagers:slot",
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
		  "weight": 8,
          "name": "minecraft:bread",
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "min": 8,
                "max": 32
              }
            }
          ]
        },
        {
          "type": "minecraft:loot_table",
		  "weight": 8,
          "name": "nomorehelplessguards:shields"
        },
        {
          "type": "minecraft:loot_table",
		  "weight": 6,
          "name": "nomorehelplessguards:offhand_weapons"
        },
        {
          "type": "minecraft:empty",
          "weight": 8
        }
      ]
    }
  ]
}
