{
  "pools": [
    {
      "name": "main_pech",
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:gold_nugget",
          "weight": 1,
          "functions": [
            {"function": "set_count","count": {"min": 0,"max": 2}},
            {"function": "looting_enchant","count": {"min": 0,"max": 1}}
          ]
        }
      ]
    },
    {
      "name": "special",
      "conditions": [
        {"condition": "killed_by_player"},
        {"condition": "random_chance_with_looting","chance": 0.0125,"looting_multiplier": 0.01}
      ],
      "rolls": 1,
      "entries": [
        {"type": "item","name": "thaumcraft:curio","weight": 1,"functions": [{"function": "set_data","data": 4}]}
      ]
    },
    {
      "name": "orb",
      "conditions": [
        { "condition": "random_chance", "chance": 0.06 }
      ],
      "rolls": 1,
      "entries": [
        {"type": "item", "name": "borealisexpansion:material", "weight": 1, "functions": [{ "function": "set_data", "data": 2032 }]}
      ]
    }
  ]
}