{
    "__comment__": "This file was automatically created by mcresources",
    "type": "minecraft:fishing",
    "pools": [
      {
        "name": "loot_pool",
        "rolls": 1,
        "entries": [
          {
            "type": "minecraft:item",
            "name": "minecraft:redstone",
            "weight": 1,
            "functions": [
              {
                "function": "set_count",
                "count": {
                  "min": 1,
                  "max": 1
                }
              }
            ]
          }
        ]
      },
      {
        "name": "loot_pool",
        "rolls": 1,
        "entries": [
          {
            "type": "minecraft:item",
            "name": "tfcorewashing:pile_red_sand",
            "weight": 1,
            "functions": [
              {
                "function": "set_count",
                "count": {
                  "min": 1,
                  "max": 1
                }
              }
            ]
          }
        ]
      },
      {
        "name": "loot_pool",
        "rolls": 1,
        "entries": [
          {
            "type": "minecraft:item",
            "name": "tfcorewashing:dirty_pile_cinnabar",
            "weight": 1,
            "conditions": [
              {
                "condition": "minecraft:random_chance",
                "chance": 0.25
              }
            ],
            "functions": [
              {
                "function": "set_count",
                "count": {
                  "min": 1,
                  "max": 1
                }
              }
            ]
          }
        ]
      },
      {
        "name": "loot_pool",
        "rolls": 1,
        "entries": [
          {
            "type": "minecraft:alternatives",
            "children": [
              {
                "type": "minecraft:item",
                "name": "tfc:ore/ruby",
                "conditions": [
                  {
                    "condition": "minecraft:random_chance",
                    "chance": 0.001
                  }
                ]
              }
            ]
          }
        ]
      }
    ]
  }