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

lazyyyyy

Mainly optimize the game launching time for large pack

121K загрузок37 подписчиковCC-BY-SA-4.0forge

Обновлён 19 сентября 2025 г. · опубликован 17 ноября 2024 г.

lazyyyyy

You know, we are lazy. Of course, both the game and computer are lazy as well.
This mod here for let them be lazyyyyy.

Mainly through asynchronous and lazy loading so that unnecessary logic doesn't prevent the game from launching.
Take advantage from index for trading the cpu time with the memory and disk.

Features

Game launching

  • Faster mixin config loading. Need Sinytra Connector or Mixin Booster on Forge to work.
  • (YACL) YACL image resource lazy and async loading.
    • Load when trying to render it. Won't render before loaded
  • (Kiwi) Faster manifest finding
    • The manifest has to be in the jar of the mod itself. No trading honestly. No one will put a manifest of another mod in their own mod.
  • Lazy entity/block entity/player renderer
    • Load when trying to render it. Won't render before loaded
  • (Entity Sound Features) Async sound event loading.
    • Load when trying to play it. Won't play before loaded
  • (MoreMcmeta) Optimize the memory usage
  • Pack resource cache
    • Like how ModernFix works but for more pack types. Will disable the same function in ModernFix.
  • Faster module configure
  • (WeaponMaster) Faster initialize
  • (Puzzles Lib) Fabric api implementation for model baking events
  • (Ice And Fire) Faster model loading

World Loading

  • (Simply Swords) Faster config
  • (Every Compat: Wood Good) Faster config.

yourkit
YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
0.14.19Релиз1.20.1forge19 сентября 2025 г..jar (2.5 МБ)
0.14.18Релиз1.20.1forge16 сентября 2025 г..jar (2.5 МБ)
0.14.17Релиз1.20.1forge28 июля 2025 г..jar (2.5 МБ)
0.14.16Релиз1.20.1forge27 июля 2025 г..jar (2.5 МБ)
0.14.15Релиз1.20.1forge7 июля 2025 г..jar (2.5 МБ)
0.14.14Релиз1.20.1forge2 июля 2025 г..jar (2.5 МБ)
0.14.13Релиз1.20.1forge17 июня 2025 г..jar (2.5 МБ)
0.14.12Релиз1.20.1forge17 мая 2025 г..jar (2.5 МБ)
0.14.11Релиз1.20.1forge10 мая 2025 г..jar (2.7 МБ)
0.14.10Релиз1.20.1forge10 мая 2025 г..jar (2.7 МБ)
0.14.9Релиз1.20.1forge9 мая 2025 г..jar (2.7 МБ)
0.14.8Релиз1.20.1forge9 мая 2025 г..jar (2.7 МБ)
0.14.7Релиз1.20.1forge9 мая 2025 г..jar (2.7 МБ)
0.14.6Релиз1.20.1forge7 мая 2025 г..jar (2.7 МБ)
0.14.5Релиз1.20.1forge7 мая 2025 г..jar (2.6 МБ)

Показаны последние 15 из 80 версий. Все версии — на Modrinth.

Ченджлог

0.14.19Релиз1.20.1 · 19 сентября 2025 г.

:bug: Bug Fixes

  • 0f93d0e - pack-resources-cache: avoid freeze caused by ClosedFileSystemException (commit by @SettingDust)
0.14.18Релиз1.20.1 · 16 сентября 2025 г.

:bug: Bug Fixes

  • 314bc3d - pack-resources-cache: avoid crash when packs isn't using directory path (commit by @SettingDust)
0.14.17Релиз1.20.1 · 28 июля 2025 г.

:bug: Bug Fixes

  • 6a5904e - yacl/lazy_animated_image: compat with structurify again (commit by @SettingDust)
0.14.16Релиз1.20.1 · 27 июля 2025 г.

:sparkles: New Features

  • 7cc3b74 - lazy-entity-renderers: compat with joy of painting (commit by @SettingDust)
0.14.15Релиз1.20.1 · 7 июля 2025 г.

:bug: Bug Fixes

  • 609a295 - lazy-entity-renderers: compat with Habitat (commit by @SettingDust)
0.14.14Релиз1.20.1 · 2 июля 2025 г.

:bug: Bug Fixes

  • 6982356 - lazy-entity-renderers: compat with Rubinated Nether (commit by @SettingDust)
0.14.13Релиз1.20.1 · 17 июня 2025 г.

:sparkles: New Features

  • 38e7f56 - yacl/lazy_animated_image: compat with structurify (commit by @SettingDust)
0.14.12Релиз1.20.1 · 17 мая 2025 г.

:recycle: Refactors

  • 85c84e6 - lexforge/core: rewrite the mixin injection (commit by @SettingDust)

Полная история изменений — на Modrinth.

Комментарии

Загружаем…