{
    "__comment__": "This file was automatically created by mcresources",
    "type": "minecraft:fishing",
    "pools": [
      {
        "name": "loot_pool",
        "rolls": 1,
        "entries": [
          {
            "type": "minecraft:alternatives",
            "children": [
              {
                "type": "minecraft:item",
                "name": "minecraft:flint",
                "conditions": [
                  {
                    "condition": "minecraft:random_chance",
                    "chance": 0.05
                  }
                ]
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:bone",
                "conditions": [
                  {
                    "condition": "minecraft:random_chance",
                    "chance": 0.01
                  }
                ]
              },
              {
                "type": "minecraft:item",
                "name": "tfc:seeds/jute",
                "conditions": [
                  {
                    "condition": "minecraft:random_chance",
                    "chance": 0.05
                  }
                ]
              },
              {
                "type": "minecraft:item",
                "name": "tfc:seeds/barley",
                "conditions": [
                  {
                    "condition": "minecraft:random_chance",
                    "chance": 0.03
                  }
                ]
              },
              {
                "type": "minecraft:item",
                "name": "tfc:seeds/beet",
                "conditions": [
                  {
                    "condition": "minecraft:random_chance",
                    "chance": 0.03
                  }
                ]
              },
              {
                "type": "minecraft:item",
                "name": "textile:seeds/flax",
                "conditions": [
                  {
                    "condition": "minecraft:random_chance",
                    "chance": 0.1
                  }
                ]
              },
              {
                "type": "minecraft:item",
                "name": "textile:seeds/cotton",
                "conditions": [
                  {
                    "condition": "minecraft:random_chance",
                    "chance": 0.2
                  }
                ]
              }
            ]
          }
        ]
      }
    ]
  }