{
  "type": "minecraft:block",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "allthemodium:soul_log",
          "functions": [
            {
              "add": false,
              "count": { "type": "minecraft:uniform", "max": 4, "min": 1 },
              "function": "minecraft:set_count"
            }
          ]
        }
      ],
      "rolls": 1.0
    },
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "conditions": [{ "condition": "minecraft:random_chance", "chance": 0.05 }],
          "name": "allthemodium:soul_sapling"
        }
      ],
      "rolls": 1.0
    },
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "conditions": [{ "condition": "minecraft:match_tool", "predicate": { "items": "minecraft:shears" } }],
          "functions": [
            {
              "add": false,
              "count": { "type": "minecraft:uniform", "max": 3, "min": 1 },
              "function": "minecraft:set_count"
            }
          ],
          "name": "allthemodium:soul_leaves"
        }
      ],
      "rolls": 1.0
    }
  ],
  "random_sequence": "botanytrees:allthemodium/soul"
}
