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

24.1k
29
Optimization

Compatibility

Minecraft: Java Edition

1.20.1

Platforms

Forge

Supported environments

Client-side
Server-side
Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

View source

Creators

settingdust
settingdust Member

Details

Licensed CC-BY-SA-4.0
Published 9 months ago
Updated 3 weeks ago
DescriptionChangelogVersions
1
2
3
4

0.13.0

by settingdust on Apr 12, 2025
Download

:sparkles: New Features

  • 21442bc - simply_swords/faster_config: tweak simply swords config loading (commit by @SettingDust)

0.12.0

by settingdust on Apr 12, 2025
Download

:sparkles: New Features

  • 644fdd0 - ice_and_fire/faster_model_loading: tweak ice and fire model loading (commit by @SettingDust)

:wrench: Chores

  • 1b4df5d - avoid minecraft blaming platform service when missing dependencies (commit by @SettingDust)
  • 33d28f1 - rename the isPlatformServiceFailedToLoad to minecraftHasEarlyError (commit by @SettingDust)

0.11.2

by settingdust on Apr 11, 2025
Download

:bug: Bug Fixes

  • 43d02ea - pack-resources-cache: add hash to cache name since data pack and resource pack can have the same name (commit by @SettingDust)
  • 527aa79 - pack-resources-cache: avoid crash when missing root to work with vanilla pack (commit by @SettingDust)

:wrench: Chores

  • 72a12ab - deps: bump net.bytebuddy:byte-buddy-agent from 1.17.4 to 1.17.5 (commit by @dependabot[bot])
  • c9fa389 - pack-resources-cache: needn't to pass the root (commit by @SettingDust)
  • a9a2d3e - pack-resources-cache: use hex for hash (commit by @SettingDust)

0.11.1

by settingdust on Apr 10, 2025
Download

0.11.1

by settingdust on Apr 10, 2025
Download

:bug: Bug Fixes

  • f8271f3 - disable badoptimization features in apply (commit by @SettingDust)

0.11.0

by settingdust on Apr 10, 2025
Download

:sparkles: New Features

  • f002f80 - pack-resources-cache: add cache by hash (commit by @SettingDust)
  • cff12dd - pack-resources-cache: add disk cache for forge packs (commit by @SettingDust)
  • cadf4b0 - pack-resources-cache: don't cache twice (commit by @SettingDust)
  • 7d64378 - pack-resources-cache: cache the vanilla pack (commit by @SettingDust)
  • 662b71e - pack-resources-cache: cache in concurrent (commit by @SettingDust)

:bug: Bug Fixes

  • 8aa10dd - pack-resources-cache: close the cache stream (commit by @SettingDust)
  • 3fec18a - pack-resources-cache: check all completed in getNamespaces since the scope may be cancelled (commit by @SettingDust)
  • d72bf7c - pack-resources-cache: catch the cancellation exception (commit by @SettingDust)
  • a36c6f9 - pack-resources-cache: add pack to cache name for compat with mods including multiple packs (commit by @SettingDust)
  • edf0581 - pack-resources-cache: save the relative path instead of absolute path (commit by @SettingDust)
  • cd7e983 - pack-resources-cache: serialize the hashcode (commit by @SettingDust)
  • 5272216 - pack-resources-cache: strict json format & re cache when error (commit by @SettingDust)
  • ae0e7e8 - pack-resources-cache: avoid ignoring the other roots' directoryToFiles (commit by @SettingDust)
  • 56b6b85 - pack-resources-cache: lock the cache before cache (commit by @SettingDust)

:zap: Performance Improvements

  • c0540e6 - pack-resources-cache: close the cache when pack closing (commit by @SettingDust)

:recycle: Refactors

  • ff8b35f - pack-resources-cache: respect the root of the cache (commit by @SettingDust)
  • 3997ae7 - pack-resources-cache: use platform service for get file system hash (commit by @SettingDust)
  • ea2e28f - pack-resources-cache: use hash4j and long hash (commit by @SettingDust)
  • 95bf244 - pack-resources-cache: use another map for root of paths (commit by @SettingDust)

0.10.0

by settingdust on Apr 6, 2025
Download

:sparkles: New Features

  • f680601 - wood-good: faster config (commit by @SettingDust)

0.9.0

by settingdust on Apr 5, 2025
Download

:sparkles: New Features

  • f3b805d - cancel c2me MixinUtil (commit by @SettingDust)

:bug: Bug Fixes

  • 25473b9 - pack-resources-cache: fix the dynamic trees pack support (commit by @SettingDust)
  • d66bdb9 - pack-resources-cache: randomly crash relating to concurrent hash map get is overlapping (commit by @SettingDust)
  • 9448d66 - pack-resources-cache: filter out file for namespaces (commit by @SettingDust)

:zap: Performance Improvements

  • cc24468 - pack-resources-cache: avoid switch coroutine context (commit by @SettingDust)
  • 7c71e42 - pack-resources-cache: wait for files being added instead of find it (commit by @SettingDust)
  • ba5043e - pack-resources-cache: lesser race (commit by @SettingDust)
  • f2252d9 - pack-resources-cache: reduce coroutine scope allocate (commit by @SettingDust)
  • a70d8af - pack-resources-cache: add faster path for getOrWait (commit by @SettingDust)

:recycle: Refactors

  • f595372 - pack-resources-cache: loading pack cache complete (commit by @SettingDust)

:wrench: Chores

  • 424eaa9 - deps: bump net.bytebuddy:byte-buddy-agent from 1.17.1 to 1.17.2 (commit by @dependabot[bot])
  • 945f3bd - simply mod path in locator (commit by @SettingDust)
  • ccc43be - pack-resources-cache: remove warn time since it's not referable (commit by @SettingDust)
  • a9f9046 - avoid duplicate mixin configure for the other mods (commit by @SettingDust)
  • 577c81d - add dispatcher (commit by @SettingDust)
  • 08917ef - pack-resources-cache: reduce the handler instances (commit by @SettingDust)
  • 6d92d31 - lazy-entity-renderers: add coroutine name for renderer loaded (commit by @SettingDust)
  • fa670e8 - add more IfModLoaded (commit by @SettingDust)
  • 46eae3f - deps: bump net.bytebuddy:byte-buddy-agent from 1.17.1 to 1.17.4 (PR #45 by @dependabot[bot])
  • ccc7a52 - pack-resources-cache: move the file consumer (commit by @SettingDust)

0.8.12

by settingdust on Apr 3, 2025
Download

:bug: Bug Fixes

  • 481bf2e - pack-resources-cache: wrong separator for directories (commit by @SettingDust)

0.8.11

by settingdust on Mar 27, 2025
Download

:wrench: Chores

  • 2dbcf64 - async-model-baking: disable by default since it's lagging fps (commit by @SettingDust)

0.8.10

by settingdust on Mar 27, 2025
Download

:bug: Bug Fixes

  • a3f9555 - lazy-entity-renderers: fast path when the renderer loaded (commit by @SettingDust)
  • 5a7e149 - lazy-entity-renderers: player slim model render as default (commit by @SettingDust)

:wrench: Chores

  • ce1d7f3 - mixin: add more IfModLoaded (commit by @SettingDust)

0.8.9

by settingdust on Mar 25, 2025
Download

:bug: Bug Fixes

  • f73c42d - lazy-entity-renderers: concurrent modification exception with player renderers (commit by @SettingDust)

0.8.8

by settingdust on Mar 24, 2025
Download

:bug: Bug Fixes

  • 4afb463 - mixin: avoid minecraft blame my mod (commit by @SettingDust)

0.8.7

by settingdust on Mar 23, 2025
Download

:bug: Bug Fixes

  • aca0e4d - lazy-entity-renderers: fps drop when rendering block entities (commit by @SettingDust)

:wrench: Chores

  • 74058bd - move the utils (commit by @SettingDust)

0.8.6

by settingdust on Mar 8, 2025
Download

:sparkles: New Features

  • 8b1ac8f - lazy-entity-renderers: compat with cloud storage (commit by @SettingDust)

0.8.5

by settingdust on Mar 8, 2025
Download

:bug: Bug Fixes

  • 17b57c1 - mixin failed when modern fix mixin plugin load after (commit by @SettingDust)

0.8.4

by settingdust on Mar 7, 2025
Download

:bug: Bug Fixes

  • 61d2b68 - lazy-entity-renderers: emf fix forget to mark the field as mutable (commit by @SettingDust)

:wrench: Chores

  • a549d06 - faster-module: lesser error when no runtime agent (commit by @SettingDust)
  • c882479 - faster-mixin: rename package (commit by @SettingDust)

0.8.3

by settingdust on Mar 5, 2025
Download

:bug: Bug Fixes

  • 65e7cb5 - lazy-entity-renderers: fix entity_model_features crash when crash by concurrent (commit by @SettingDust)

0.8.2

by settingdust on Mar 4, 2025
Download

:bug: Bug Fixes

  • f779f3d - crash if newer mixin extras in environment (commit by @SettingDust)

:wrench: Chores

  • 1c07e08 - puzzleslib: correct the filename and package (commit by @SettingDust)
  • a82a54a - bumo mixinconstraints (commit by @SettingDust)

0.8.1

by settingdust on Mar 3, 2025
Download

:wrench: Chores

  • 384a3ea - bumo mixinconstraints (commit by @SettingDust)
1
2
3
4

Modrinth is open source.

app-ads@1633f40

© 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.