Merge 1.20 into 1.21.1

This commit is contained in:
embeddedt 2026-05-07 21:51:38 -04:00
commit a154f02e24
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");