Newer
Older
void-pack-super-server / server / config / levelup2 / json / loot_tables / digging / uncommon_dig.json
{
  "pools": [
    {
      "name": "uncommon_treasure",
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:slime_ball",
          "weight": 10,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 2
              }
            },
            {
              "function": "fortune_enchant",
              "count": {
                "min": 0,
                "max": 1
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:bowl",
          "weight": 10,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 6,
                "max": 8
              }
            },
            {
              "function": "fortune_enchant",
              "count": {
                "min": 0,
                "max": 3
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:iron_ingot",
          "weight": 5,
          "functions": [
            {
              "function": "fortune_enchant",
              "count": {
                "min": 0,
                "max": 1
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:gold_ingot",
          "weight": 5
        }
      ]
    }
  ]
}