Skip to content

Commit

Permalink
Disable buffer builder fix when isometric-renders is installed
Browse files Browse the repository at this point in the history
Related: #273
  • Loading branch information
embeddedt committed Oct 25, 2023
1 parent b943dc1 commit 8b37a1d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ private ModernFixEarlyConfig(File file) {
disableIfModPresent("mixin.launch.class_search_cache", "optifine");
disableIfModPresent("mixin.perf.faster_texture_stitching", "optifine");
disableIfModPresent("mixin.perf.datapack_reload_exceptions", "cyanide");
disableIfModPresent("mixin.bugfix.buffer_builder_leak", "isometric-renders");
disableIfModPresent("mixin.perf.faster_texture_loading", "stitch", "optifine", "changed");
if(isFabric) {
disableIfModPresent("mixin.bugfix.packet_leak", "memoryleakfix");
Expand Down

0 comments on commit 8b37a1d

Please sign in to comment.