
Async Pack Scan
Speeds up the resource pack organizer screen
Обновлён 17 июня 2026 г. · опубликован 27 июня 2023 г.
Note
This mod no longer seems to be required as of MC 1.20.5. Nonetheless, interactions between mods might still cause an issue, so I will keep updating it for the time being. If you experience no lag spikes, you can safely remove this mod.
Original Description
In vanilla minecraft, the list of resource packs is refreshed by scanning all possible sources synchronously.
Generally, this is not a problem, but in the resource pack organizer screen, this scan is performed whenever it is resized and every twenty ticks.
If another mod (such as Respackopts) hooks into the pack scan and increases its duration even slightly, this leads to major lag spikes and makes the screen near-unusable when using more than a few packs.
This mod fixes that issue by moving this computation to another thread and scheduling a scan task on those events instead, drastically improving perceived performance.
Since the vanilla code is designed for synchronous execution, this can cause issues like crashes in edge cases, but worked well enough in my testing.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 26.2.0 | Бета | 26.2 | fabric | 17 июня 2026 г. | .jar (134 КБ) |
| 26.1.0 | Бета | 26.1, 26.1.1, 26.1.2 | fabric | 28 марта 2026 г. | .jar (133 КБ) |
| 0.2.14 | Бета | 1.21.11 | fabric | 10 декабря 2025 г. | .jar (147 КБ) |
| 0.2.13 | Бета | 1.21.10 | fabric | 9 октября 2025 г. | .jar (120 КБ) |
| 0.2.12 | Бета | 1.21.9 | fabric | 1 октября 2025 г. | .jar (120 КБ) |
| 0.2.11 | Бета | 1.21.8 | fabric | 18 июля 2025 г. | .jar (130 КБ) |
| 0.2.10 | Бета | 1.21.7 | fabric | 1 июля 2025 г. | .jar (130 КБ) |
| 0.2.9 | Бета | 1.21.6 | fabric | 17 июня 2025 г. | .jar (130 КБ) |
| 0.2.8 | Бета | 1.21.5 | fabric | 25 марта 2025 г. | .jar (130 КБ) |
| 0.2.7 | Бета | 1.21.4 | fabric | 3 декабря 2024 г. | .jar (124 КБ) |
| 0.2.6 | Бета | 1.21.2, 1.21.3 | fabric | 23 октября 2024 г. | .jar (124 КБ) |
| 0.2.5 | Бета | 1.21, 1.21.1 | fabric | 14 июня 2024 г. | .jar (118 КБ) |
| 0.2.4 | Бета | 1.20.5 | fabric | 25 апреля 2024 г. | .jar (111 КБ) |
| 0.2.3 | Бета | 1.20.4 | fabric | 18 марта 2024 г. | .jar (108 КБ) |
| 0.2.2 | Бета | 1.20.4 | fabric | 7 декабря 2023 г. | .jar (25 КБ) |
Показаны последние 15 из 18 версий. Все версии — на Modrinth.
Ченджлог
26.2.0Бета26.2 · 17 июня 2026 г.
Commits in Beta 26.2.0:
- chore: update package
- chore: update to 26.2
26.1.0Бета26.1, 26.1.1, 26.1.2 · 28 марта 2026 г.
Commits in Beta 26.1.0:
- chore: update to 26.1
0.2.14Бета1.21.11 · 10 декабря 2025 г.
Commits in Beta 0.2.14:
- chore: update to 1.21.11
0.2.13Бета1.21.10 · 9 октября 2025 г.
Commits in Beta 0.2.13:
- chore: update to 1.21.10
0.2.12Бета1.21.9 · 1 октября 2025 г.
Commits in Beta 0.2.12:
- chore: update to 1.21.9
0.2.11Бета1.21.8 · 18 июля 2025 г.
Commits in Beta 0.2.11:
- chore: update to 1.21.8
0.2.10Бета1.21.7 · 1 июля 2025 г.
Commits in Beta 0.2.10:
- chore: update to 1.21.7
0.2.9Бета1.21.6 · 17 июня 2025 г.
Commits in Beta 0.2.9:
- chore: update to 1.21.6
Полная история изменений — на Modrinth.
Комментарии
Загружаем…