From 103a53d176536993ccc31c05041e2f31e23bc65e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E6=9E=AA968?= <67826085+GodGun968@users.noreply.github.com> Date: Thu, 2 Oct 2025 18:16:23 +0800 Subject: [PATCH 1/3] Update zh_cn.json --- src/main/resources/assets/clientcommands/lang/zh_cn.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/assets/clientcommands/lang/zh_cn.json b/src/main/resources/assets/clientcommands/lang/zh_cn.json index d73e14f0..0f8054a2 100644 --- a/src/main/resources/assets/clientcommands/lang/zh_cn.json +++ b/src/main/resources/assets/clientcommands/lang/zh_cn.json @@ -234,6 +234,12 @@ "commands.cpos.level.the_end": "末地", "commands.cpos.level.the_nether": "下界", + "commands.cpredictbrushables.foundBrushableBlock": "Found %s at %s with item %s %s", + "commands.cpredictbrushables.notFound": "No brushable blocks found", + "commands.cpredictbrushables.starting": "Searching for brushable blocks", + "commands.cpredictbrushables.starting.keepSearching": "Infinitely searching for brushable blocks [%s]", + "commands.cpredictbrushables.stewEffect": "%s (%s seconds)", + "commands.crelog.failed": "未能重新登录", "commands.crender.entities.success": "实体渲染规则已更新", @@ -371,6 +377,7 @@ "playerManip.reset.recreated": "重新创建了玩家", "playerManip.reset.respiration": "使用了水下呼吸头盔", "playerManip.reset.shield": "使用盾牌阻挡了攻击", + "playerManip.reset.shoulderParrot": "Parrot on Shoulder", "playerManip.reset.soulSpeed": "使用了灵魂疾行", "playerManip.reset.sprint": "疾跑", "playerManip.reset.swim": "游泳", From 1f33de240a4e1c5aec36dc9fb602133e97584fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E6=9E=AA968?= <67826085+GodGun968@users.noreply.github.com> Date: Thu, 2 Oct 2025 18:23:04 +0800 Subject: [PATCH 2/3] Update zh_cn.json --- src/main/resources/assets/clientcommands/lang/zh_cn.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/assets/clientcommands/lang/zh_cn.json b/src/main/resources/assets/clientcommands/lang/zh_cn.json index 0f8054a2..49d02305 100644 --- a/src/main/resources/assets/clientcommands/lang/zh_cn.json +++ b/src/main/resources/assets/clientcommands/lang/zh_cn.json @@ -237,8 +237,8 @@ "commands.cpredictbrushables.foundBrushableBlock": "Found %s at %s with item %s %s", "commands.cpredictbrushables.notFound": "No brushable blocks found", "commands.cpredictbrushables.starting": "Searching for brushable blocks", - "commands.cpredictbrushables.starting.keepSearching": "Infinitely searching for brushable blocks [%s]", - "commands.cpredictbrushables.stewEffect": "%s (%s seconds)", + "commands.cpredictbrushables.starting.keepSearching": "无限地搜索brushable blocks[%s]", + "commands.cpredictbrushables.stewEffect": "%s(%s秒)", "commands.crelog.failed": "未能重新登录", @@ -377,7 +377,7 @@ "playerManip.reset.recreated": "重新创建了玩家", "playerManip.reset.respiration": "使用了水下呼吸头盔", "playerManip.reset.shield": "使用盾牌阻挡了攻击", - "playerManip.reset.shoulderParrot": "Parrot on Shoulder", + "playerManip.reset.shoulderParrot": "鹦鹉站在肩膀上", "playerManip.reset.soulSpeed": "使用了灵魂疾行", "playerManip.reset.sprint": "疾跑", "playerManip.reset.swim": "游泳", From d8d89ae7ae40344f9241f05fbd248422b102ed70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E6=9E=AA968?= <67826085+GodGun968@users.noreply.github.com> Date: Thu, 2 Oct 2025 18:49:17 +0800 Subject: [PATCH 3/3] Update zh_cn.json --- src/main/resources/assets/clientcommands/lang/zh_cn.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/assets/clientcommands/lang/zh_cn.json b/src/main/resources/assets/clientcommands/lang/zh_cn.json index 49d02305..31f9cc1d 100644 --- a/src/main/resources/assets/clientcommands/lang/zh_cn.json +++ b/src/main/resources/assets/clientcommands/lang/zh_cn.json @@ -234,10 +234,10 @@ "commands.cpos.level.the_end": "末地", "commands.cpos.level.the_nether": "下界", - "commands.cpredictbrushables.foundBrushableBlock": "Found %s at %s with item %s %s", - "commands.cpredictbrushables.notFound": "No brushable blocks found", - "commands.cpredictbrushables.starting": "Searching for brushable blocks", - "commands.cpredictbrushables.starting.keepSearching": "无限地搜索brushable blocks[%s]", + "commands.cpredictbrushables.foundBrushableBlock": "找到%s位于%s带有物品%s %s", + "commands.cpredictbrushables.notFound": "没有找到可以被刷子刷的方块", + "commands.cpredictbrushables.starting": "正在搜索可以被刷子刷的方块", + "commands.cpredictbrushables.starting.keepSearching": "无限地搜索可以被刷子刷的方块[%s]", "commands.cpredictbrushables.stewEffect": "%s(%s秒)", "commands.crelog.failed": "未能重新登录",