{
  "entries": [
    {
      "roll": {
        "type": "uniform",
        "min": 2,
        "max": 2
      },
      "pool": [
        { "weight": 70,
          "pool": [
            {
              "weight": 100,
              "item": {
                "id": "minecraft:copper_block",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                }
              }
            },
            {
              "weight": 100,
              "item": {
                "id": "minecraft:emerald",
                "count": {
                  "type": "uniform",
                  "min": 2,
                  "max": 8
                }
              }
            }
          ]
        }
      ]
    }
  ]
}