{
  "pools": [
    {
      "rolls": {
        "min": 2,
        "max": 4
      },
      "entries": [
        {
          "type": "item",
          "name": "minecraft:diamond",
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 3
              }
            }
          ],
          "weight": 5
        },
        {
          "type": "item",
          "name": "minecraft:iron_ingot",
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 5
              }
            }
          ],
          "weight": 15
        },
        {
          "type": "item",
          "name": "minecraft:gold_ingot",
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 2,
                "max": 7
              }
            }
          ],
          "weight": 15
        },
        {
          "type": "item",
          "name": "minecraft:emerald",
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 3
              }
            }
          ],
          "weight": 15
        },
        {
          "type": "item",
          "name": "minecraft:bone",
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 4,
                "max": 6
              }
            }
          ],
          "weight": 25
        },
        {
          "type": "item",
          "name": "minecraft:spider_eye",
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 3
              }
            }
          ],
          "weight": 25
        },
        {
          "type": "item",
          "name": "minecraft:rotten_flesh",
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 3,
                "max": 7
              }
            }
          ],
          "weight": 25
        },
        {
          "type": "item",
          "name": "minecraft:leather",
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 5
              },
              "add": false
            }
          ],
          "weight": 20
        },
        {
          "type": "item",
          "name": "minecraft:horsearmoriron",
          "weight": 15
        },
        {
          "type": "item",
          "name": "minecraft:copper_horse_armor",
          "weight": 15
        },
        {
          "type": "item",
          "name": "minecraft:horsearmorgold",
          "weight": 10
        },
        {
          "type": "item",
          "name": "minecraft:horsearmordiamond",
          "weight": 5
        },
        {
          "type": "item",
          "name": "minecraft:book",
          "weight": 20,
          "functions": [
            {
              "function": "enchant_randomly"
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:golden_apple",
          "weight": 20
        },
        {
          "type": "item",
          "name": "minecraft:appleEnchanted",
          "weight": 2
        },
        {
          "type": "empty",
          "weight": 15
        }
      ]
    },
    {
      "rolls": 4,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:bone",
          "weight": 10,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:gunpowder",
          "weight": 10,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:rotten_flesh",
          "weight": 10,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:string",
          "weight": 10,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:sand",
          "weight": 10,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 8
              }
            }
          ]
        }
      ]
    },
    {
      "rolls": 1,
      "entries": [
        {
          "type": "empty",
          "weight": 6
        },
        {
          "type": "item",
          "name": "minecraft:dune_armor_trim_smithing_template",
          "weight": 1,
          "functions": [
            {
              "function": "set_count",
              "count": 2
            }
          ]
        }
      ]
    }
  ]
}
