Disable buffer builder leak fix if Wither Storm Mod is installed

Related: #405
This commit is contained in:
embeddedt 2024-05-11 22:14:26 -04:00
parent 8b2fa7e554
commit 4e3897636d
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

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