Skip to content

Commit 4e38976

Browse files
committed
Disable buffer builder leak fix if Wither Storm Mod is installed
Related: #405
1 parent 8b2fa7e commit 4e38976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/org/embeddedt/modernfix/core/config/ModernFixEarlyConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ private ModernFixEarlyConfig(File file) {
228228
disableIfModPresent("mixin.perf.faster_texture_stitching", "optifine");
229229
disableIfModPresent("mixin.bugfix.entity_pose_stack", "optifine");
230230
disableIfModPresent("mixin.perf.datapack_reload_exceptions", "cyanide");
231-
disableIfModPresent("mixin.bugfix.buffer_builder_leak", "isometric-renders");
231+
disableIfModPresent("mixin.bugfix.buffer_builder_leak", "isometric-renders", "witherstormmod");
232232
disableIfModPresent("mixin.perf.faster_texture_loading", "stitch", "optifine", "changed");
233233
if(isFabric) {
234234
disableIfModPresent("mixin.bugfix.packet_leak", "memoryleakfix");

0 commit comments

Comments
 (0)