Disable dynamic DFU when Litematica is installed
This commit is contained in:
parent
675c58a437
commit
ae8cfbaa3d
|
|
@ -215,6 +215,7 @@ public class ModernFixEarlyConfig {
|
||||||
disableIfModPresent("mixin.bugfix.remove_block_chunkloading", "performant");
|
disableIfModPresent("mixin.bugfix.remove_block_chunkloading", "performant");
|
||||||
disableIfModPresent("mixin.bugfix.paper_chunk_patches", "c2me");
|
disableIfModPresent("mixin.bugfix.paper_chunk_patches", "c2me");
|
||||||
disableIfModPresent("mixin.bugfix.preserve_early_window_pos", "better_loading_screen");
|
disableIfModPresent("mixin.bugfix.preserve_early_window_pos", "better_loading_screen");
|
||||||
|
disableIfModPresent("mixin.perf.dynamic_dfu", "litematica");
|
||||||
disableIfModPresent("mixin.perf.cache_strongholds", "littletiles", "c2me");
|
disableIfModPresent("mixin.perf.cache_strongholds", "littletiles", "c2me");
|
||||||
// content overlap
|
// content overlap
|
||||||
disableIfModPresent("mixin.perf.deduplicate_wall_shapes", "dashloader");
|
disableIfModPresent("mixin.perf.deduplicate_wall_shapes", "dashloader");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user