{
  "id": "1689173010743",
  "name": "Trident",
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "weight": "5",
          "name": "minecraft:nautilus_shell",
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 1
              }
            },
            {
              "function": "set_data",
              "data": "0"
            }
          ]
        },
        {
          "type": "item",
          "weight": 1,
          "name": "minecraft:rotten_flesh",
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 1
              }
            },
            {
              "function": "set_data",
              "data": "0"
            }
          ]
        },
        {
          "type": "item",
          "weight": "100",
          "name": "minecraft:trident",
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 1
              }
            },
            {
              "function": "set_data",
              "data": "0"
            }
          ]
        }
      ]
    }
  ]
}