Newer
Older
void-pack-super-server / server / config / levelup2 / json / loot_tables / digging / common_dig.json
{
  "pools": [
    {
      "name": "common_treasure",
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:clay_ball",
          "weight": 10,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 6,
                "max": 8
              }
            },
            {
              "function": "fortune_enchant",
              "count": {
                "min": 0,
                "max": 3
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:bowl",
          "weight": 10,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 2
              }
            },
            {
              "function": "fortune_enchant",
              "count": {
                "min": 0,
                "max": 1
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:coal",
          "weight": 10,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 2,
                "max": 4
              }
            },
            {
              "function": "fortune_enchant",
              "count": {
                "min": 0,
                "max": 3
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:painting",
          "weight": 5
        },
        {
          "type": "item",
          "name": "minecraft:string",
          "weight": 10,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 2
              }
            },
            {
              "function": "fortune_enchant",
              "count": {
                "min": 0,
                "max": 3
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:stick",
          "weight": 10,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 2,
                "max": 4
              }
            },
            {
              "function": "fortune_enchant",
              "count": {
                "min": 0,
                "max": 3
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:stone_sword",
          "weight": 1,
          "functions": [
            {
              "function": "set_damage",
              "damage": {
                "min": 0,
                "max": 0.90
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:stone_shovel",
          "weight": 1,
          "functions": [
            {
              "function": "set_damage",
              "damage": {
                "min": 0,
                "max": 0.90
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:stone_pickaxe",
          "weight": 1,
          "functions": [
            {
              "function": "set_damage",
              "damage": {
                "min": 0,
                "max": 0.90
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:stone_axe",
          "weight": 1,
          "functions": [
            {
              "function": "set_damage",
              "damage": {
                "min": 0,
                "max": 0.90
              }
            }
          ]
        }
      ]
    }
  ]
}