[1.20.1] LittleTiles Crash when ModernFix is installed
lays24mc opened this issue ยท 5 comments
Hi,
when I use LittleTiles and ModernFix together in 1.20.1 the client crashes because of a "priority" conflict. I don't really need ModernFix, but it might be interesting for LittleTiles. Here is the log from my launcher console, since there is no crash log, nor is it recorded in the debug log : https://pastebin.com/uwDjbWuw
You can ask the author of ModernFix whether he can change this mixin easily: https://github.com/embeddedt/ModernFix/blob/1.20/common/src/main/java/org/embeddedt/modernfix/common/mixin/perf/cache_strongholds/ServerLevelMixin.java#L42
This can be fixed for now by disabling mixin.perf.cache_strongholds
in the ModernFix config. ModernFix will do this automatically in the next release.
@embeddedt thank you :D
@embeddedt Wow that's an easy and fast fix. Great work!