{
  "entries": [
    {
      "roll": {
        "type": "uniform",
        "min": 6,
        "max": 9
      },
      "pool": [
        { "weight": 70,
          "pool": [
            {
                "weight": 32,
                "item": {
                "id": "minecraft:stick",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 3
                  }
                }
            },
            {
                "weight": 32,
                "item": {
                "id": "minecraft:torch",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 3
                  }
                }
            },
            {
              "weight": 16,
              "item": {
              "id": "minecraft:scaffolding",
              "count": {
                "type": "uniform",
                "min": 1,
                "max": 2
                }
              }
            },
            {
              "weight": 4,
              "item": {
                "id": "minecraft:granite",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 3
                  }
              }
            },
            {
              "weight": 16,
              "item": {
                "id": "minecraft:cobblestone",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 3
                  }
              }
            },
            {
              "weight": 4,
              "item": {
                "id": "minecraft:andesite",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 3
                  }
              }
            },
            {
              "weight": 4,
              "item": {
                "id": "minecraft:diorite",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 3
                  }
              }
            },
            {
              "weight": 6,
              "item": {
                "id": "minecraft:bread",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 2
                  }
              }
            },
            {
              "weight": 10,
              "item": {
                "id": "minecraft:book",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 10,
              "item": {
                "id": "minecraft:coal",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 16,
              "item": {
                "id": "minecraft:dirt",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 3
                  }
              }
            },
            {
              "weight": 4,
              "item": {
                "id": "minecraft:acacia_sapling",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 2,
              "item": {
                "id": "minecraft:jungle_sapling",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 2,
              "item": {
                "id": "minecraft:dark_oak_sapling",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 8,
              "item": {
                "id": "minecraft:birch_sapling",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 8,
              "item": {
                "id": "minecraft:oak_sapling",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            }
          ]
        },
        { "weight": 20,
          "pool": [
            {
              "weight": 10,
              "item": {
                "id": "minecraft:arrow",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 3
                  }
              }
            },
            {
              "weight": 10,
              "item": {
                "id": "minecraft:white_candle",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 16,
              "item": {
                "id": "minecraft:paper",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 2
                  }
              }
            }
          ]
        },
        { "weight": 8,
          "pool": [
            {
                "weight": 8,
                "item": {
                  "id": "minecraft:experience_bottle",
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 1
                    }
                }
            },
            {
              "weight": 8,
              "item": {
                "id": "minecraft:obsidian",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 3
                  }
              }
            },
            {
              "weight": 12,
              "item": {
                "id": "minecraft:pointed_dripstone",
                "count": {
                  "type": "uniform",
                  "min": 2,
                  "max": 8
                  }
              }
            }
          ]
        },
        { "weight": 2,
          "pool": [
            {
                "weight": 8,
                "item": {
                  "id": "minecraft:golden_carrot",
                  "count": {
                    "type": "uniform",
                    "min": 1,
                    "max": 1
                    }
                }
            },
            {
              "weight": 2,
              "item": {
                "id": "minecraft:emerald",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            }
          ]
        }
      ]
    }
  ]
}