Skip to content

Commit

Permalink
Disable primitive chat signing removal if NCR is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Feb 26, 2024
1 parent 51c31bf commit 3e3b912
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ private ModernFixEarlyConfig(File file) {
disableIfModPresent("mixin.perf.faster_texture_stitching", "optifine");
disableIfModPresent("mixin.perf.datapack_reload_exceptions", "cyanide");
disableIfModPresent("mixin.bugfix.buffer_builder_leak", "isometric-renders");
disableIfModPresent("mixin.feature.remove_chat_signing", "nochatreports");
disableIfModPresent("mixin.perf.faster_texture_loading", "stitch", "optifine", "changed");
if(isFabric) {
disableIfModPresent("mixin.bugfix.packet_leak", "memoryleakfix");
Expand Down

0 comments on commit 3e3b912

Please sign in to comment.