{
    "__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": "tfc:rock/loose/gneiss",
                "conditions": [
                  {
                    "condition": "minecraft:random_chance",
                    "chance": 0.40
                  }
                ]
              },
              {
                "type": "minecraft:item",
                "name": "tfc:ore/small_native_copper",
                "conditions": [
                  {
                    "condition": "minecraft:random_chance",
                    "chance": 0.20
                  }
                ]
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:flint",
                "conditions": [
                  {
                    "condition": "minecraft:random_chance",
                    "chance": 0.10
                  }
                ]
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:gold_nugget",
                "conditions": [
                  {
                    "condition": "minecraft:random_chance",
                    "chance": 0.05
                  }
                ]
              },
              {
                "type": "minecraft:item",
                "name": "immersiveengineering:nugget_silver",
                "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/sapphire",
                "conditions": [
                  {
                    "condition": "minecraft:random_chance",
                    "chance": 0.00075
                  }
                ]
              }
            ]
          }
        ]
      }
    ]
  }