Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
lazyyyyy

lazyyyyy

Mainly optimize the game launching time for large pack

18.4k
27
Optimization
AboutChangelogVersions

0.7.13

by settingdust on Feb 17, 2025
Download

:sparkles: New Features

  • dbf5ac0 - lazy-entity-renderers: disable badoptimizations renderer cache (commit by @SettingDust)

0.7.12

by settingdust on Feb 17, 2025
Download

:bug: Bug Fixes

  • 9125803 - pack-resources-cache: rare concurrent crash when cache packs (commit by @SettingDust)
  • b266a01 - lazy-entity-renderers: crash with more mob variants (commit by @SettingDust)
  • 272766f - lazy-entity-renderers: forge entity render dispatcher isn't applied (commit by @SettingDust)
  • a2bb866 - lazy-entity-renderers: assign correct renderers to lazyyyyy (commit by @SettingDust)

:wrench: Chores

  • 2cb04c1 - deps: bump net.bytebuddy:byte-buddy-agent from 1.17.0 to 1.17.1 (commit by @dependabot[bot])

0.7.11

by settingdust on Feb 16, 2025
Download

:bug: Bug Fixes

  • 7a9a178 - lazy-entity-renderers: avoid concurrent modification when iterate renderers in add layer (commit by @SettingDust)

0.7.10

by settingdust on Feb 16, 2025
Download

:bug: Bug Fixes

  • 05a9947 - forge path pack mixin work for subclass again (commit by @SettingDust)

0.7.9

by settingdust on Feb 16, 2025
Download

:sparkles: New Features

  • 4029073 - weaponmaster: optimize the initialize (commit by @SettingDust)
  • 7a30879 - pack-resources-cache: support dynamic trees trees pack (commit by @SettingDust)

:wrench: Chores

  • 3fac76f - deps: bump net.bytebuddy:byte-buddy-agent from 1.16.1 to 1.17.0 (commit by @dependabot[bot])
  • 66b584a - almost-unified: try to optimize duplicate calculate (commit by @SettingDust)

0.7.8

by settingdust on Jan 23, 2025
Download

:bug: Bug Fixes

  • 4fbc880 - lazy-entity-renderers: avoid concurrent modification exception when render layers (commit by @SettingDust)
  • ba35c45 - lazy-entity-renderers: wrong type argument (commit by @SettingDust)

0.7.7

by settingdust on Jan 20, 2025
Download

0.7.6

by settingdust on Jan 20, 2025
Download

:bug: Bug Fixes

  • a468d68 - lazy-entity-renderers: crash with invalid mixin (commit by @SettingDust)

0.7.5

by settingdust on Jan 20, 2025
Download

:bug: Bug Fixes

  • 189f865 - lazy-entity-renderers: crash with EMF for concurrent model loading (commit by @SettingDust)

:wrench: Chores

  • 6910264 - deps: bump net.bytebuddy:byte-buddy-agent from 1.5.11 to 1.15.11 (commit by @dependabot[bot])

0.7.4

by settingdust on Jan 14, 2025
Download

:bug: Bug Fixes

  • 668c3fd - lazy-entity-renderers: compat with taniwha (commit by @SettingDust)

0.7.3

by settingdust on Jan 12, 2025
Download

:bug: Bug Fixes

  • 144fc07 - lazy-entity-renderers: compat with what_are_you_voting_for_2023 (commit by @SettingDust)

0.7.2

by settingdust on Jan 11, 2025
Download

:bug: Bug Fixes

  • afd8286 - handle the conflicting in mixin plugin (commit by @SettingDust)

:wrench: Chores

  • 4fe2578 - pack-resources-cache: simply the cache (commit by @SettingDust)

0.7.1

by settingdust on Jan 11, 2025
Download

:bug: Bug Fixes

  • 38f0f15 - lazy-entity-renderers: add workaround to Embeddium + Supplementaries sign post crash (commit by @SettingDust)

0.7.0

by settingdust on Jan 11, 2025
Download

:sparkles: New Features

  • 35e8114 - optimize forge DelegatingPackResources redundant list resources (commit by @SettingDust)

:bug: Bug Fixes

  • c811838 - pack-resources-cache: fix ignoring the last path segment (commit by @SettingDust)

0.6.4

by settingdust on Jan 9, 2025
Download

:bug: Bug Fixes

  • 760120b - pack-resources-cache: builtin pack in mods aren't working (commit by @SettingDust)

0.6.3

by settingdust on Jan 9, 2025
Download

:bug: Bug Fixes

  • cc6fc63 - make the renderers map mutable (commit by @SettingDust)

:wrench: Chores

  • 4d23c62 - get rid of global coroutine scope (commit by @SettingDust)

0.6.2

by settingdust on Jan 7, 2025
Download

:bug: Bug Fixes

  • db18586 - pack-resources-cache: avoid crash when joining null paths (commit by @SettingDust)

0.6.1

by settingdust on Jan 7, 2025
Download

:bug: Bug Fixes

  • 796dc4e - crash causing by client mixins called on server side (commit by @SettingDust)

0.6.0

by settingdust on Jan 7, 2025
Download

:sparkles: New Features

  • 3396602 - lazy-entity-renderers: supporting bovines-and-buttercups (commit by @SettingDust)

:bug: Bug Fixes

  • 841d785 - pack-resources-cache: error when loading cache causing stuck sometime (commit by @SettingDust)
  • 2f97e56 - lazy-entity-renderers: fix duplicating layers if mod iterate over all the renderers (commit by @SettingDust)
  • bfe4396 - lazy-entity-renderers: allowing model depends on another in constructor by load the model if getting it (commit by @SettingDust)
  • e4739b0 - lazy-entity-renderers: split out the renderers to compat with mods iterate the renderers (commit by @SettingDust)
  • 616dba1 - mixin config working with forge mixins (commit by @SettingDust)

0.5.10

by settingdust on Jan 1, 2025
Download

:bug: Bug Fixes

  • 8822068 - pack-resources-cache: race condition since kotlin getOrPut isn't working with concurrent (commit by @SettingDust)

:zap: Performance Improvements

  • 78f3398 - pack-resources-cache: cache the entries more concurrent (commit by @SettingDust)

:wrench: Chores

  • 37a01da - simply the concurrent exception fix (commit by @SettingDust)
1
2
3
4

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@a0bd011

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.