{
	"pools": [{
		"name": "aardvark",
		"rolls": 1,
		"entries": [{
			"type": "minecraft:item",
			"name": "tfc:food/pork",
			"functions": [{
				"function": "minecraft:set_count",
				"count": {
					"min": 1,
					"max": 3
				}
			},
			{
				"function": "minecraft:looting_enchant",
				"count": {
					"min": 0,
					"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": 1
				}
			},
			{
				"function": "looting_enchant",
				"count": {
					"min": 0,
					"max": 1
				}
			}
		]}
	]},
	{ 
		"name": "aardvark",
		"rolls": 1,
		"entries": [{
			"type": "minecraft:item",
			"name": "minecraft:bone",
			"weight": 1,
			"functions": [{
				"function": "set_count",
				"count": {
					"min": 0,
					"max": 1
				}
            },
            {
				"function": "looting_enchant",
				"count": {
					"min": 0,
					"max": 1
				}
            }
        ]}
    ]},
	{
		"name": "aardvark",
		"rolls": 1,
		"entries": [{
			"type": "minecraft:item",
			"name": "tfc:small_raw_hide",
			"weight": 1,
			"functions": [{
				"function": "set_count",
				"count": {
					"min": 1,
					"max": 1
				}
			},
			{
				"function": "looting_enchant",
				"count": {
					"min": 0,
					"max": 1
				}
			}
		]}
	]}
]}
