{
  "type": "minecraft:chest",
  "pools": [
    {
      "rolls": 5,
      "entries": [
        {
          "type": "minecraft:item",
          "weight": 25,
		  "conditions": [
			{
			  "condition": "entity_scores",
			  "entity": "this",
			  "scores": {"gappless": 0}
			}
		  ],
          "name": "minecraft:golden_apple"
        },
        {
          "type": "minecraft:item",
          "weight": 10,
          "name": "minecraft:music_disc_13"
        },
        {
          "type": "minecraft:item",
          "weight": 10,
          "functions": [
            {
              "function": "minecraft:enchant_randomly"
            }
          ],
          "name": "minecraft:book"
        }
      ]
    }
  ]
}