Merge 1.21.1 into 26.1

This commit is contained in:
embeddedt 2026-05-07 21:51:40 -04:00
commit 842f804f7c
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -247,7 +247,7 @@ public class ModernFixEarlyConfig {
disableIfModPresent("mixin.bugfix.buffer_builder_leak", "isometric-renders", "witherstormmod");
disableIfModPresent("mixin.feature.remove_chat_signing", "nochatreports");
disableIfModPresent("mixin.perf.faster_texture_loading", "stitch", "optifine", "changed");
disableIfModPresent("mixin.perf.faster_ingredients", "vmp");
disableIfModPresent("mixin.perf.faster_ingredients", "vmp", "prefab");
disableIfModPresent("mixin.perf.smart_ingredient_sync", "crafttweaker");
if(isFabric) {
disableIfModPresent("mixin.bugfix.packet_leak", "memoryleakfix");