
lazyyyyy
Mainly optimize the game launching time for large pack
Обновлён 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
- Backport https://github.com/openjdk/jdk/pull/16818 from java 22 to java 17. Need jvm supporting runtime agent. Use OpenJDK, please.
- https://github.com/openjdk/jdk/pull/15926 for reference
- (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 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.1 | forge | 19 сентября 2025 г. | .jar (2.5 МБ) |
| 0.14.18 | Релиз | 1.20.1 | forge | 16 сентября 2025 г. | .jar (2.5 МБ) |
| 0.14.17 | Релиз | 1.20.1 | forge | 28 июля 2025 г. | .jar (2.5 МБ) |
| 0.14.16 | Релиз | 1.20.1 | forge | 27 июля 2025 г. | .jar (2.5 МБ) |
| 0.14.15 | Релиз | 1.20.1 | forge | 7 июля 2025 г. | .jar (2.5 МБ) |
| 0.14.14 | Релиз | 1.20.1 | forge | 2 июля 2025 г. | .jar (2.5 МБ) |
| 0.14.13 | Релиз | 1.20.1 | forge | 17 июня 2025 г. | .jar (2.5 МБ) |
| 0.14.12 | Релиз | 1.20.1 | forge | 17 мая 2025 г. | .jar (2.5 МБ) |
| 0.14.11 | Релиз | 1.20.1 | forge | 10 мая 2025 г. | .jar (2.7 МБ) |
| 0.14.10 | Релиз | 1.20.1 | forge | 10 мая 2025 г. | .jar (2.7 МБ) |
| 0.14.9 | Релиз | 1.20.1 | forge | 9 мая 2025 г. | .jar (2.7 МБ) |
| 0.14.8 | Релиз | 1.20.1 | forge | 9 мая 2025 г. | .jar (2.7 МБ) |
| 0.14.7 | Релиз | 1.20.1 | forge | 9 мая 2025 г. | .jar (2.7 МБ) |
| 0.14.6 | Релиз | 1.20.1 | forge | 7 мая 2025 г. | .jar (2.7 МБ) |
| 0.14.5 | Релиз | 1.20.1 | forge | 7 мая 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 byClosedFileSystemException(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 withstructurifyagain (commit by @SettingDust)
0.14.16Релиз1.20.1 · 27 июля 2025 г.
:sparkles: New Features
7cc3b74- lazy-entity-renderers: compat withjoy of painting(commit by @SettingDust)
0.14.15Релиз1.20.1 · 7 июля 2025 г.
:bug: Bug Fixes
609a295- lazy-entity-renderers: compat withHabitat(commit by @SettingDust)
0.14.14Релиз1.20.1 · 2 июля 2025 г.
:bug: Bug Fixes
6982356- lazy-entity-renderers: compat withRubinated Nether(commit by @SettingDust)
0.14.13Релиз1.20.1 · 17 июня 2025 г.
:sparkles: New Features
38e7f56- yacl/lazy_animated_image: compat withstructurify(commit by @SettingDust)
0.14.12Релиз1.20.1 · 17 мая 2025 г.
:recycle: Refactors
85c84e6- lexforge/core: rewrite the mixin injection (commit by @SettingDust)
Полная история изменений — на Modrinth.
Комментарии
Загружаем…