ModernFix-fix/forge/src/main
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
..
java/org/embeddedt/modernfix Mitigate dynres cache thrashing for blocks with more than 10,000 states 2025-12-07 20:26:42 -05:00
resources Don't specify ordering for JEI dependency 2025-07-13 19:15:21 -04:00