fix pack.mcmeta

Heya, im trying to get my pack to work but the newer versions from 1.21.9 onward dont use the correct overlay. it should support 1.21 - 1.21.4 noramlly, and use the overlay folder for everything 1.21.5 and up

any help would be apriciated :)

{
  "pack": {
    "description": "Effects after Death",
    "pack_format": 48,
    "supported_formats": {
      "min_inclusive": 48,
      "max_inclusive": 94
    }
  },
  "overlays": {
    "entries": [
      {
        "directory": "1.21.5-1.21.11",
        "min_format": 71,
        "max_format": 94
      }
    ]
  }
}
Continue to help post