{
	"type": "minecraft:chest",
	"pools": [
		{
			"bonus_rolls": 0,
			"entries": [
				{
					"type": "minecraft:item",
					"name": "minecraft:arrow",
					"weight": 100,
					"functions": [
						{
							"add": false,
							"count": {
								"type": "minecraft:uniform",
								"max": 16,
								"min": 12
							},
							"function": "minecraft:set_count"
						}
					]
				},
				{
					"type": "minecraft:item",
					"name": "tfg:fletching",
					"weight": 50,
					"functions": [
						{
							"add": false,
							"count": {
								"type": "minecraft:uniform",
								"max": 7,
								"min": 4
							},
							"function": "minecraft:set_count"
						}
					]
				},
				{
					"type": "minecraft:item",
					"name": "tfg:flint_arrow_head",
					"weight": 50,
					"functions": [
						{
							"add": false,
							"count": {
								"type": "minecraft:uniform",
								"max": 7,
								"min": 4
							},
							"function": "minecraft:set_count"
						}
					]
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:bow",
					"weight": 50
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:tipped_arrow",
					"weight": 50,
					"functions": [
						{
							"add": false,
							"count": {
								"type": "minecraft:uniform",
								"max": 8,
								"min": 4
							},
							"function": "minecraft:set_count"
						},
						{
							"function": "minecraft:set_nbt",
							"tag": "{Potion: \"minecraft:poison\"}"
						}
					]
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:tipped_arrow",
					"weight": 50,
					"functions": [
						{
							"add": false,
							"count": {
								"type": "minecraft:uniform",
								"max": 8,
								"min": 4
							},
							"function": "minecraft:set_count"
						},
						{
							"function": "minecraft:set_nbt",
							"tag": "{Potion: \"minecraft:weakness\"}"
						}
					]
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:tipped_arrow",
					"weight": 50,
					"functions": [
						{
							"add": false,
							"count": {
								"type": "minecraft:uniform",
								"max": 6,
								"min": 3
							},
							"function": "minecraft:set_count"
						},
						{
							"function": "minecraft:set_nbt",
							"tag": "{Potion: \"minecraft:harming\"}"
						}
					]
				}
			],
			"rolls": {
				"type": "minecraft:uniform",
				"max": 8,
				"min": 6
			}
		}
	]
}