{
    "pools": [
	        {
            "rolls": 1,
            "entries": [
                {
                    "type": "item",
                    "name": "minecraft:gunpowder",
                    "weight": 1,
                    "functions": [
                        {
                            "function": "set_count",
                            "count": {
                                "min": 1,
                                "max": 2
                            }
                        },
                        {
                            "function": "looting_enchant",
                            "count": {
                                "min": 0,
                                "max": 1
                            }
                        }
                    ]
                }
            ]
        },
      {
		"conditions": [
                {
                    "condition": "killed_by_player"
                },
                {
                    "condition": "random_chance_with_looting",
                    "chance": 0.005,
                    "looting_multiplier": 0.0025
                }
            ],
            
	    "rolls": 1,
            "entries": [
		{
		    "type": "item",
		    "name":"minecraft:skull",
		    "weight": 1,
		    "functions": [
		    	{
			    "function": "set_data",
			    "data": 4
			}
			]
		     }
		   ]
		},        
	    

        	
		{
		"conditions": [
                {
                    "condition": "killed_by_player"
                },
                {
                    "condition": "random_chance_with_looting",
                    "chance": 0.005,
                    "looting_multiplier": 0.0025
		}
	    ],
	    "rolls": 1,
            "entries": [
	        {
		    "type": "item",
                    "name":"minecraft:spawn_egg",
                    "weight":1,
		    "functions": [
                        {
			   "function": "set_nbt",
		           "tag":"{EntityTag:{id:minecraft:[creeper]}}"},
			   {
                              "function":"set_count",
                              "count":1
                           }
			]
		    }
		]
	    }

    ]
}