{
  "__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:yellow_dye",
              "conditions": [
                {
                  "condition": "minecraft:random_chance",
                  "chance": 0.05
                }
              ]
            },
            {
              "type": "minecraft:item",
              "name": "tfcorewashing:dirty_pile_sulfur",
              "conditions": [
                {
                  "condition": "minecraft:random_chance",
                  "chance": 0.30
                }
              ]
            },
            {
              "type": "minecraft:item",
              "name": "tfcorewashing:pile_yellow_sand",
              "conditions": [
                {
                  "condition": "minecraft:random_chance",
                  "chance": 0.15
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}