Merge 1.20 into 1.20.4

This commit is contained in:
embeddedt 2024-02-26 16:40:48 -05:00
commit d52725012a
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -231,6 +231,7 @@ public class ModernFixEarlyConfig {
disableIfModPresent("mixin.perf.faster_texture_stitching", "optifine");
disableIfModPresent("mixin.perf.datapack_reload_exceptions", "cyanide");
disableIfModPresent("mixin.bugfix.buffer_builder_leak", "isometric-renders");
disableIfModPresent("mixin.feature.remove_chat_signing", "nochatreports");
disableIfModPresent("mixin.perf.faster_texture_loading", "stitch", "optifine", "changed");
if(isFabric) {
disableIfModPresent("mixin.bugfix.packet_leak", "memoryleakfix");