{
  "pools" : [
    {
      "name": "fishing_bonus",
      "rolls" : 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:bone",
          "weight": 15
        },
        {
          "type": "item",
          "name": "minecraft:reeds",
          "weight": 15
        },
        {
          "type": "item",
          "name": "minecraft:arrow",
          "weight": 10
        },
		{
          "type": "item",
          "name": "spartanweaponry:bolt",
          "weight": 10
        },
        {
          "type": "item",
          "name": "minecraft:apple",
          "weight": 10
        },
		{
          "type": "item",
          "name": "locks:iron_lock_pick",
          "weight": 10
        },
		{
          "type": "item",
          "name": "charm:charged_emerald",
          "weight": 10
        },
		{
          "type": "item",
          "name": "rustic:tallow",
          "weight": 5
        },
		{
          "type": "item",
          "name": "inspirations:barometer",
          "weight": 5
        },
		{
          "type": "item",
          "name": "inspirations:photometer",
          "weight": 5
        },
		{
          "type": "item",
          "name": "minecraft:golden_apple",
          "weight": 5
        },
        {
          "type": "item",
          "name": "minecraft:bucket",
          "weight": 5
        },
        {
          "type": "item",
          "name": "minecraft:ender_pearl",
          "weight": 5
        },
		{
          "type": "item",
          "name": "minecraft:slime_ball",
          "weight": 5
        },
        {
          "type": "item",
          "name": "minecraft:iron_ingot",
          "weight": 5
        },
		{
          "type": "item",
          "name": "minecraft:gold_ingot",
          "weight": 5
        },
		{
          "type": "item",
          "name": "minecraft:diamond",
          "weight": 2
        },
		{
          "type": "item",
          "name": "minecraft:emerald",
          "weight": 2
        },
		{
          "type": "item",
          "name": "quark:diamond_heart",
          "weight": 1
        },
		{
          "type": "item",
          "name": "minecraft:prismarine_shard",
          "weight": 2
        },
		{
          "type": "item",
          "name": "minecraft:prismarine_crystals",
          "weight": 2
        },
		{
          "type": "item",
          "name": "iceandfire:troll_leather_forest",
          "weight": 2
        },
		{
          "type": "item",
          "name": "iceandfire:troll_leather_frost",
          "weight": 2
        },
		{
          "type": "item",
          "name": "iceandfire:troll_leather_mountain",
          "weight": 2
        },
		{
          "type": "item",
          "name": "aquaculture:loot",
          "weight": 5,
		  "functions": [
            {
              "function": "set_data",
              "data": 1
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:chainmail_chestplate",
          "weight": 2,
          "functions": [
            {
              "function": "set_damage",
              "damage": {
                "min": 0,
                "max": 0.90
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:chainmail_leggings",
          "weight": 2,
          "functions": [
            {
              "function": "set_damage",
              "damage": {
                "min": 0,
                "max": 0.90
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:chainmail_helmet",
          "weight": 2,
          "functions": [
            {
              "function": "set_damage",
              "damage": {
                "min": 0,
                "max": 0.90
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:chainmail_boots",
          "weight": 2,
          "functions": [
            {
              "function": "set_damage",
              "damage": {
                "min": 0,
                "max": 0.90
              }
            }
          ]
        }
      ]
    }
  ]
}