{
    "__comment__": "This file was automatically created by mcresources",
    "type": "minecraft:fishing",
    "pools": [
      {
        "name": "loot_pool",
        "rolls": 1,
        "entries": [
          {
            "type": "minecraft:item",
            "name": "tfcorewashing:chunks_gold",
            "weight": 1,
            "functions": [
              {
                "function": "set_count",
                "count": {
                  "min": 1,
                  "max": 1
                }
              }
            ]
          }
        ]
      },
      {
        "name": "loot_pool",
        "rolls": 1,
        "entries": [
          {
            "type": "minecraft:item",
            "name": "tfc:rock/loose/andesite",
            "weight": 1,
            "conditions": [
              {
                "condition": "minecraft:random_chance",
                "chance": 0.50
              }
            ],
            "functions": [
              {
                "function": "set_count",
                "count": {
                  "min": 1,
                  "max": 1
                }
              }
            ]
          },
          {
            "type": "minecraft:item",
            "name": "tfc:rock/loose/dolomite",
            "weight": 1,
            "conditions": [
              {
                "condition": "minecraft:random_chance",
                "chance": 0.20
              }
            ],
            "functions": [
              {
                "function": "set_count",
                "count": {
                  "min": 1,
                  "max": 1
                }
              }
            ]
          },
          {
            "type": "minecraft:item",
            "name": "tfc:ore/topaz",
            "weight": 1,
            "conditions": [
              {
                "condition": "minecraft:random_chance",
                "chance": 0.001
              }
            ],
            "functions": [
              {
                "function": "set_count",
                "count": {
                  "min": 1,
                  "max": 1
                }
              }
            ]
          }
        ]
      },
      {
        "name": "loot_pool",
        "rolls": 1,
        "entries": [
          {
            "type": "minecraft:item",
            "name": "tfcorewashing:dirty_pile_gold",
            "weight": 1,
            "conditions": [
              {
                "condition": "minecraft:random_chance",
                "chance": 0.25
              }
            ],
            "functions": [
              {
                "function": "set_count",
                "count": {
                  "min": 1,
                  "max": 1
                }
              }
            ]
          }
        ]
      }
    ]
  }