Перейти к содержимому
Mineforgian

Async Pack Scan

Speeds up the resource pack organizer screen

1.0M загрузок131 подписчиковMITfabric

Обновлён 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.

Suggestions and Support

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
26.2.0Бета26.2fabric17 июня 2026 г..jar (134 КБ)
26.1.0Бета26.1, 26.1.1, 26.1.2fabric28 марта 2026 г..jar (133 КБ)
0.2.14Бета1.21.11fabric10 декабря 2025 г..jar (147 КБ)
0.2.13Бета1.21.10fabric9 октября 2025 г..jar (120 КБ)
0.2.12Бета1.21.9fabric1 октября 2025 г..jar (120 КБ)
0.2.11Бета1.21.8fabric18 июля 2025 г..jar (130 КБ)
0.2.10Бета1.21.7fabric1 июля 2025 г..jar (130 КБ)
0.2.9Бета1.21.6fabric17 июня 2025 г..jar (130 КБ)
0.2.8Бета1.21.5fabric25 марта 2025 г..jar (130 КБ)
0.2.7Бета1.21.4fabric3 декабря 2024 г..jar (124 КБ)
0.2.6Бета1.21.2, 1.21.3fabric23 октября 2024 г..jar (124 КБ)
0.2.5Бета1.21, 1.21.1fabric14 июня 2024 г..jar (118 КБ)
0.2.4Бета1.20.5fabric25 апреля 2024 г..jar (111 КБ)
0.2.3Бета1.20.4fabric18 марта 2024 г..jar (108 КБ)
0.2.2Бета1.20.4fabric7 декабря 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.

Комментарии

Загружаем…