{
	"type": "minecraft:entity",
	"pools": [
		{
			"name": "monitor",
			"rolls": 1,
			"entries": [
				{
					"type": "minecraft:item",
					"name": "tfc:small_raw_hide",
					"functions": [{
						"function": "set_count",
						"count": {
							"min": 1,
							"max": 3
						}
					},
						{
							"function": "looting_enchant",
							"count": {
								"min": 1,
								"max": 1
							}
						}]
				}
			]
		},
		{
			"name": "monitor",
			"rolls": 1,
			"entries": [
				{
					"type": "minecraft:item",
					"name": "tfc:food/turtle",
					"functions": [{
						"function": "set_count",
						"count": {
							"min": 2,
							"max": 4
						}
					},
						{
							"function": "looting_enchant",
							"count": {
								"min": 0,
								"max": 1
							}
						},
						{
							"function": "minecraft:furnace_smelt",
							"conditions": [
								{
									"condition": "minecraft:entity_properties",
									"predicate": {
										"flags": {
											"is_on_fire": true
										}
									},
									"entity": "this"
								}
							]
						}]
				}
			]
		},
		{
			"name": "monitor",
			"rolls": 1,
			"entries": [
				{
					"type": "minecraft:item",
					"name": "minecraft:bone",
					"functions": [{
						"function": "set_count",
						"count": {
							"min": 0,
							"max": 2
						}
					},
						{
							"function": "looting_enchant",
							"count": {
								"min": 0,
								"max": 1
							}
						}
					]
				}
			]
		}
	]
}