{
  "pools": [
    {
      "rolls": {
        "min": 2,
        "max": 8
      },
      "entries": [
        {
          "type": "item",
          "name": "minecraft:coal",
          "weight": 10,
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "min": 1,
                "max": 4
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:stone_axe",
          "weight": 2
        },
        {
          "type": "item",
          "name": "minecraft:stone_spear",
          "weight": 2
        },
        {
          "type": "item",
          "name": "minecraft:rotten_flesh",
          "weight": 5
        },
        {
          "type": "item",
          "name": "minecraft:emerald",
          "weight": 1
        },
        {
          "type": "item",
          "name": "minecraft:wheat",
          "weight": 10,
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "min": 2,
                "max": 3
              }
            }
          ]
        }
      ]
    },
    {
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:leather_chestplate",
          "weight": 1
        },
        {
          "type": "item",
          "name": "minecraft:golden_helmet",
          "weight": 1
        },
        {
          "type": "item",
          "name": "minecraft:fishing_rod",
          "weight": 5,
          "functions": [
            {
              "function": "enchant_randomly"
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:map",
          "weight": 5,
          "functions": [
            {
              "function": "exploration_map",
              "destination": "buriedtreasure"
            }
          ]
        }
      ]
    },
    {
      "rolls": 1,
      "conditions": [
        {
          "condition": "random_chance",
          "chance": 0.2
        }
      ],
      "entries": [
        {
          "type": "item",
          "name": "minecraft:copper_nautilus_armor",
          "weight": 100
        },
        {
          "type": "item",
          "name": "minecraft:iron_nautilus_armor",
          "weight": 50
        },
        {
          "type": "item",
          "name": "minecraft:golden_nautilus_armor",
          "weight": 25
        },
        {
          "type": "item",
          "name": "minecraft:diamond_nautilus_armor",
          "weight": 10
        }
      ]
    }
  ]
}
