CreativeMD / LittleTiles

GNU Lesser General Public License v3.0
174 stars 53 forks source link

[1.20.1] LittleTiles Crash when ModernFix is installed #859

Closed lays24mc closed 1 year ago

lays24mc commented 1 year ago

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

CreativeMD commented 1 year ago

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

lays24mc commented 1 year ago

Have fix created a request there. Let's see what will be the result :)

embeddedt commented 1 year ago

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.

lays24mc commented 1 year ago

@embeddedt thank you :D

CreativeMD commented 1 year ago

@embeddedt Wow that's an easy and fast fix. Great work!