{
    "pools": [
        {
            "rolls": {
                "min": 8,
                "max": 12
            },
            "bonus_rolls": {
                "min": 0,
                "max": 2.5
            },
            "entries": [
                {
                    "type": "item",
                    "name": "minecraft:tall_grass",
                    "weight": 5,
                    "quality": -5,
                    "functions": [
                        {
                            "function": "set_count",
                            "count": {
                                "min": 4,
                                "max": 8
                            }
                        }
                    ]
                },
                {
                    "type": "item",
                    "name": "minecraft:diamond",
                    "weight": 2,
                    "quality": 5,
                    "functions": [
                        {
                            "function": "set_count",
                            "count": {
                                "min": 1,
                                "max": 4
                            }
                        }
                    ]
                }
            ]
        }
    ]
}