{
	"type": "minecraft:chest",
	"pools": [
		{
			"rolls": 1,
			"bonus_rolls": 1,
			"entries": [
				{
					"type": "minecraft:item",
					"name": "minecraft:oak_log",
					"weight": 5,
					"functions": [
						{
							"function": "minecraft:set_count",
							"count": {
								"min": 1,
								"max": 5
							}
						}
					]
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:spruce_log",
					"weight": 5,
					"functions": [
						{
							"function": "minecraft:set_count",
							"count": {
								"min": 1,
								"max": 5
							}
						}
					]
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:birch_log",
					"weight": 5,
					"functions": [
						{
							"function": "minecraft:set_count",
							"count": {
								"min": 1,
								"max": 5
							}
						}
					]
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:jungle_log",
					"weight": 5,
					"functions": [
						{
							"function": "minecraft:set_count",
							"count": {
								"min": 1,
								"max": 5
							}
						}
					]
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:acacia_log",
					"weight": 5,
					"functions": [
						{
							"function": "minecraft:set_count",
							"count": {
								"min": 1,
								"max": 5
							}
						}
					]
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:dark_oak_log",
					"weight": 5,
					"functions": [
						{
							"function": "minecraft:set_count",
							"count": {
								"min": 1,
								"max": 5
							}
						}
					]
				},
				{
					"type": "minecraft:item",
					"name": "minecraft:mangrove_log",
					"weight": 4,
					"functions": [
						{
							"function": "minecraft:set_count",
							"count": {
								"min": 1,
								"max": 5
							}
						}
					]
				},
				{
					"type": "minecraft:item",
					"name": "ecologics:azalea_log",
					"weight": 4,
					"functions": [
						{
							"function": "minecraft:set_count",
							"count": {
								"min": 1,
								"max": 5
							}
						}
					]
				}
			]
		}
	]
}