{
    "pools": [
        {
            "rolls": 1,
            "entries": [
                {
                    "type": "item",
                    "weight": 1,
                    "name": "minecraft:rotten_flesh",
                    "functions": [
                        {
                            "function": "looting_enchant",
                            "count": {
                                "min": 1,
                                "max": 3
                            },
                            "conditions": [
                                {
                                    "condition": "random_chance_with_looting",
                                    "chance": 0.5,
                                    "looting_multiplier": 0.15
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "rolls": 1,
            "entries": [
                {
                    "type": "item",
                    "weight": 1,
                    "name": "minecraft:iron_ingot",
                    "functions": [
                        {
                            "function": "set_count",
                            "count": {
                                "min": 3,
                                "max": 10
                            }
                        }
                    ]
                },
                {
                    "type": "item",
                    "weight": 1,
                    "name": "minecraft:potato",
                    "functions": [
                        {
                            "function": "set_count",
                            "count": {
                                "min": 0,
                                "max": 5
                            }
                        }
                    ]
                },
                {
                    "type": "item",
                    "weight": 1,
                    "name": "minecraft:carrot",
                    "functions": [
                        {
                            "function": "set_count",
                            "count": {
                                "min": 0,
                                "max": 5
                            }
                        }
                    ]
                }
            ]
        },
        {
            "rolls": 1,
            "entries": [
                {
                    "type": "item",
                    "weight": 1,
                    "name": "minecraft:skull",
                    "functions": [
                        {
                            "function": "set_data",
                            "data": 2
                        },
                        {
                            "function": "set_count",
                            "count": 1
                        }
                    ]
                }
            ]
        }
    ]
}