Skip to content

Commit 16e1e37

Browse files
committed
Merge 1.19.4 into 1.20
2 parents 26bdb57 + 48c9d40 commit 16e1e37

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

common/src/main/java/org/embeddedt/modernfix/core/config/ModernFixEarlyConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ private ModernFixEarlyConfig(File file) {
207207
disableIfModPresent("mixin.perf.thread_priorities", "smoothboot", "threadtweak");
208208
disableIfModPresent("mixin.perf.boost_worker_count", "smoothboot", "threadtweak");
209209
disableIfModPresent("mixin.perf.async_jei", "modernui");
210-
disableIfModPresent("mixin.perf.compress_biome_container", "chocolate", "betterendforge" ,"skyblockbuilder");
210+
disableIfModPresent("mixin.perf.compress_biome_container", "chocolate", "betterendforge" ,"skyblockbuilder", "modern_beta");
211211
disableIfModPresent("mixin.bugfix.mc218112", "performant");
212212
disableIfModPresent("mixin.bugfix.remove_block_chunkloading", "performant");
213213
disableIfModPresent("mixin.bugfix.paper_chunk_patches", "c2me");

common/src/main/resources/assets/modernfix/lang/zh_cn.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"modernfix.perf_mod_warning": "推荐安装这些模组,但你也可以在现代化修复的配置中禁用此警告。",
99
"modernfix.config": "现代化修复Mixin配置",
1010
"modernfix.config.done_restart": "完成(生效需重启)",
11+
"modernfix.config.wiki": "打开英文wiki",
1112
"modernfix.message.reload_config": "检测到模组配置文件的更改。为了避免加载尚未保存完毕的文件,重载过程必须通过使用§b/mfrc§r命令来触发。",
1213
"modernfix.option.on": "开启",
1314
"modernfix.option.off": "关闭",

0 commit comments

Comments
 (0)