{
	"pools": [
		{
		"rolls": 1,
		"entries": [
			{
			"type": "minecraft:item",
			"name": "butchersdelight:deadpig",
			"functions": [{
				"function": "minecraft:set_count",
				"count": {
					"min": 1,
					"max": 1
				}
			},
			{
				"function": "minecraft:furnace_smelt",
				"conditions": [
					{
						"condition": "minecraft:entity_properties",
						"predicate": {
							"flags": {
								"is_on_fire": true
							}
						},
						"entity": "this"
					}
				]
			}
		]},
		{
			"type": "minecraft:item",
			"name": "artisanal:animal_fat",
			"functions": [{
				"function": "set_count",
				"count": {
					"min": 1,
					"max": 3
				}
			},
			{
				"function": "looting_enchant",
				"count": {
					"min": 0,
					"max": 1
				}
			}
		]}
	]}
]}
