{
	"type": "minecraft:entity",
	"pools": [
		{
			"conditions": [
				{
					"condition": "minecraft:killed_by_player"
				}
			],
			"rolls": 1,
			"entries": [
				{
					"type": "minecraft:item",
					"name": "species:broken_links",
					"functions": [
						{
							"function": "minecraft:set_count",
							"count": {
								"min": 0,
								"max": 1
							}
						}
					]
				}
			]
		},
		{
			"conditions": [
				{
					"condition": "minecraft:killed_by_player"
				}
			],
			"rolls": 1,
			"entries": [
				{
					"type": "minecraft:item",
					"name": "minecraft:feather",
					"functions": [
						{
							"function": "minecraft:set_count",
							"count": {
								"min": 0,
								"max": 1
							}
						}
					]
				}
			]
		}
	]
}