{
  "type": "minecraft:fishing",
  "pools": [
    {
      "name": "loot_pool",
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "tfcorewashing:pile_white_sand",
          "conditions": [
            {
              "condition": "minecraft:random_chance",
              "chance": 0.75
            }
          ]
        }
      ]
    },
    {
      "name": "loot_pool",
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "tfcorewashing:pile_yellow_sand",
          "conditions": [
            {
              "condition": "minecraft:random_chance",
              "chance": 0.20
            }
          ]
        }
      ]
    },
    {
      "name": "loot_pool",
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:alternatives",
          "children": [
            {
              "type": "minecraft:item",
              "name": "tfc:ore/small_limonite",
              "conditions": [
                {
                  "condition": "minecraft:random_chance",
                  "chance": 0.06
                }
              ]
            },
            {
              "type": "minecraft:item",
              "name": "tfc:ore/small_native_gold",
              "conditions": [
                {
                  "condition": "minecraft:random_chance",
                  "chance": 0.02
                }
              ]
            },
            {
              "type": "minecraft:item",
              "name": "minecraft:bone",
              "conditions": [
                {
                  "condition": "minecraft:random_chance",
                  "chance": 0.01
                }
              ]
            },
            {
              "type": "minecraft:item",
              "name": "tfc:ore/pyrite",
              "conditions": [
                {
                  "condition": "minecraft:random_chance",
                  "chance": 0.00075
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}