Skip to content

Commit

Permalink
Disable dynamic DFU when Litematica is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Dec 28, 2023
1 parent 675c58a commit ae8cfba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ private ModernFixEarlyConfig(File file) {
disableIfModPresent("mixin.bugfix.remove_block_chunkloading", "performant");
disableIfModPresent("mixin.bugfix.paper_chunk_patches", "c2me");
disableIfModPresent("mixin.bugfix.preserve_early_window_pos", "better_loading_screen");
disableIfModPresent("mixin.perf.dynamic_dfu", "litematica");
disableIfModPresent("mixin.perf.cache_strongholds", "littletiles", "c2me");
// content overlap
disableIfModPresent("mixin.perf.deduplicate_wall_shapes", "dashloader");
Expand Down

0 comments on commit ae8cfba

Please sign in to comment.