{
    "type": "minecraft:gift",
    "pools": [{
        "rolls": 1,
        "bonus_rolls": 0,
        "entries": [{
                "type": "minecraft:item",
                "weight": 10,
                "name": "minecraft:rabbit_hide"
            },
            {
                "type": "minecraft:item",
                "weight": 10,
                "name": "minecraft:rabbit_foot"
            },
            {
                "type": "minecraft:item",
                "weight": 10,
                "name": "minecraft:chicken",
                "functions": [{
                    "function": "minecraft:furnace_smelt",
                    "conditions": [{
                        "condition": "minecraft:entity_properties",
                        "entity": "this",
                        "predicate": {
                            "flags": {
                                "is_on_fire": true
                            }
                        }
                    }]
                }]
            },
            {
                "type": "minecraft:item",
                "weight": 10,
                "name": "minecraft:feather"
            },
            {
                "type": "minecraft:item",
                "weight": 10,
                "name": "minecraft:rotten_flesh"
            },
            {
                "type": "minecraft:item",
                "weight": 10,
                "name": "minecraft:string"
            },
            {
                "type": "minecraft:item",
                "weight": 2,
                "name": "minecraft:phantom_membrane"
            }
        ]
    }]
}