Patch sync for IMR6: 19/07/2026 @ 18:03

This commit is contained in:
2026-07-19 18:03:07 +01:00
parent 7f34954634
commit d9621a921e
1227 changed files with 82367 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
[startup]
#Preload Forge path resource pack indexes on Lightspeed worker threads during startup.
asyncPreloadPacks = true
#Query safe resource-pack segments concurrently while preserving vanilla priority and filter order.
parallelResourceLookup = true
#Minimum safe pack segment size before Lightspeed uses parallel resource lookup. Small segments are faster sequentially.
#Range: 2 ~ 64
parallelLookupMinPacks = 4
#Cache per-pack resource existence checks. The persisted cache is loaded lazily so it does not block startup IO.
cacheResourceExistence = true
[compatibility]
#Complete failed third-party client resource reload listeners instead of letting one mod crash the whole loading overlay.
isolateModdedResourceReloadFailures = true
#Class-name prefixes that may be isolated when resource reload fails. Use * for all non-core mod listeners.
isolatedResourceReloadListenerPatterns = ["*"]
#When Sinytra Connector is installed, avoid startup/resource optimizations that change Fabric resource reload or renderer lookup timing.
connectorCompatibilityMode = true