{
  "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_black_sand",
          "conditions": [
            {
              "condition": "minecraft:random_chance",
              "chance": 0.20
            }
          ]
        }
      ]
    },
    {
      "name": "loot_pool",
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:alternatives",
          "children": [
            {
              "type": "minecraft:item",
              "name": "tfc_ie_addon:ore/small_galena",
              "conditions": [
                {
                  "condition": "minecraft:random_chance",
                  "chance": 0.04
                }
              ]
            },
            {
              "type": "minecraft:item",
              "name": "tfc:powder/charcoal",
              "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:ore/sulfur",
              "conditions": [
                {
                  "condition": "minecraft:random_chance",
                  "chance": 0.02
                }
              ]
            },
            {
              "type": "minecraft:item",
              "name": "tfc:ore/sapphire",
              "conditions": [
                {
                  "condition": "minecraft:random_chance",
                  "chance": 0.00075
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}