Skip to content

0.11.3

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 17:36
· 110 commits to master since this release
bf0c597

The dependency loader now caches information about the jar files it has scanned before.
Subsequent launches in very large packs should result in 5-10 seconds faster startup times. (saw a 8000ms->50ms decrease in the pause time with a local test in a personal test pack)

The stored information is the local filesystem URL of the jar files that did not have any dependency files in them.
Location: $libPath/.depscan_cache (by default it's .minecraft/falsepattern/.depscan_cache)