Merge 1.19.2 into 1.20

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

View File

@ -232,6 +232,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");