From 6d092d7599d27748abd8dc50b0c87e7fdba689cd Mon Sep 17 00:00:00 2001 From: shedaniel Date: Thu, 28 Apr 2022 14:03:31 +0800 Subject: REI 8.2 - Display History - Draggable Component - Multi Select Filtering Screen - Better Craftable Filter - Fix #850 - Fix #845 - Fix #832 - Fix #731 - Fix #839 - Fix #804 - Fix EvilCraft --- runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json') diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json index 030d2827c..8ac448b9d 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -260,7 +260,7 @@ "config.roughlyenoughitems.leftSideMobEffects.boolean.false": "右侧 (原版)", "config.roughlyenoughitems.fixTabCloseContainer": "修复Tab(禁用配方手册时):", "config.roughlyenoughitems.lighterButtonHover": "较轻的按钮:", - "config.roughlyenoughitems.layout.enableCraftableOnlyButton": "可合成过滤器:", + "config.roughlyenoughitems.layout.showCraftableOnlyButton": "可合成过滤器:", "config.roughlyenoughitems.layout.showUtilsButtons": "工具按钮:", "config.roughlyenoughitems.commands.gamemodeCommand": "游戏模式命令:", "config.roughlyenoughitems.commands.giveCommand": "作弊命令:", -- cgit