{
    "pools": [
        {
            "rolls": {
                "min": 4,
                "max": 10.0
            },
            "bonus_rolls": 0,
            "entries": [
                {
                    "type": "item",
                    "functions": [
                        {
                            "function": "minecraft:set_stew_effect",
                            "effects": [
                                {
                                    "id": 0 // night vision
                                },
                                {
                                    "id": 3 // blindness
                                }
                            ]
                        },
                        {
                            "function": "set_count",
                            "count": {
                                "min": 2,
                                "max": 6.0
                            },
                            "add": false
                        }
                    ],
                    "name": "minecraft:suspicious_stew",
                    "weight": 1
                },
                {
                    "type": "item",
                    "functions": [
                        {
                            "function": "set_count",
                            "count": {
                                "min": 1,
                                "max": 10.0
                            },
                            "add": false
                        }
                    ],
                    "name": "minecraft:golden_carrot",
                    "weight": 1
                },
                {
                    "type": "item",
                    "functions": [
                        {
                            "function": "set_count",
                            "count": {
                                "min": 1,
                                "max": 10.0
                            },
                            "add": false
                        }
                    ],
                    "name": "minecraft:baked_potato",
                    "weight": 1
                },
                {
                    "type": "item",
                    "weight": 2,
                    "functions": [
                        {
                            "function": "set_count",
                            "count": {
                                "min": 2,
                                "max": 6.0
                            },
                            "add": false
                        }
                    ],
                    "name": "minecraft:packed_ice"
                },
                {
                    "type": "item",
                    "weight": 4,
                    "functions": [
                        {
                            "function": "set_count",
                            "count": {
                                "min": 2,
                                "max": 6.0
                            },
                            "add": false
                        }
                    ],
                    "name": "minecraft:snowball"
                }
            ]
        }
    ]
}