ModernFix/forge
embeddedt 67814db6ad
Mitigate dynres cache thrashing for blocks with more than 10,000 states
The previous implementation kept trying to load the models for all
states at once in this scenario, which would cause thrashing as
most of the loads would be thrown out. The new implementation
limits how many models it will load at a time, but still tries
to batch as much as possible
2025-12-07 20:26:42 -05:00
..
src/main Mitigate dynres cache thrashing for blocks with more than 10,000 states 2025-12-07 20:26:42 -05:00
build.gradle Deduplicate ResourcefulLib Highlight objects 2025-08-09 20:43:49 -04:00
gradle.properties Multiloader 2023-05-01 16:55:26 -04:00