ModernFix/forge
embeddedt aae944da9f Default to showing the whole model registry to mods
This should fix many silent incompatibilities that existed with the
original opt-in approach. To my knowledge, there are no remaining
popular mods on 1.20 that forcefully load all models in this event
(by iterating over entrySet and calling getValue unconditionally)
so doing this should be safe. Additional logging is also added
to provide quick insight into what mod(s) have the slowest handling
of this event.
2025-06-26 20:57:43 +02:00
..
src/main/java/org/embeddedt/modernfix/forge Default to showing the whole model registry to mods 2025-06-26 20:57:43 +02:00