Disable buffer builder fix when isometric-renders is installed
Related: #273
This commit is contained in:
parent
b943dc1449
commit
8b37a1dbfc
|
|
@ -223,6 +223,7 @@ public class ModernFixEarlyConfig {
|
|||
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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user