From 4303e3c8cd2ab333d83992ee410c8dd020c2bf2e Mon Sep 17 00:00:00 2001
From: Rad <99306685+Rad586@users.noreply.github.com>
Date: Sat, 15 Jun 2024 12:14:49 +0800
Subject: [PATCH 1/2] Update zh_cn.json
---
lang/missing/zh_cn.json | 27 +--------------------------
1 file changed, 1 insertion(+), 26 deletions(-)
diff --git a/lang/missing/zh_cn.json b/lang/missing/zh_cn.json
index dcfc7ec2..0967ef42 100644
--- a/lang/missing/zh_cn.json
+++ b/lang/missing/zh_cn.json
@@ -1,26 +1 @@
-{
- "item.minecells.cell_holder": "Cell Holder",
- "item.minecells.cell_holder.cell_count": [
- {
- "text": "Stored Cells: ",
- "color": "#46D4FF"
- },
- {
- "index": 0
- }
- ],
- "item.minecells.cell_holder.full": [
- {
- "text": "Right-click to take them out",
- "color": "gray"
- }
- ],
- "item.minecells.cell_holder.empty": [
- {
- "text": "Empty. \nClick with Monster Cells to store them.",
- "color": "gray"
- }
- ],
- "advancements.minecells.unlock.have_64_cells": "Have a full stack of Monster Cells in your inventory",
- "advancements.minecells.unlock.have_64_cells.description": "Have a full stack of Monster Cells in your inventory"
-}
\ No newline at end of file
+{}
From 947d49b53da92b1c772ad0ad93de6e1bf72c697a Mon Sep 17 00:00:00 2001
From: Rad <99306685+Rad586@users.noreply.github.com>
Date: Sat, 15 Jun 2024 12:16:14 +0800
Subject: [PATCH 2/2] Update zh_cn.json
---
.../assets/minecells/lang/zh_cn.json | 24 +++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/src/main/resources/assets/minecells/lang/zh_cn.json b/src/main/resources/assets/minecells/lang/zh_cn.json
index 5399a9ef..497f87ec 100644
--- a/src/main/resources/assets/minecells/lang/zh_cn.json
+++ b/src/main/resources/assets/minecells/lang/zh_cn.json
@@ -628,4 +628,28 @@
"book.minecells.entries.weapons.ice_shield": "若格挡攻击,寒冰盾将减速目标。
若成功招架攻击,它则将冰冻目标。",
"options.minecells.screenshake": "震屏效果强度",
"options.minecells.screenshake.tooltip": "更改我的细胞模组的震屏事件效果强度。\n可在minecells-client.json5中为事件单独配置。\n0%等于禁用震屏效果。"
+ "item.minecells.cell_holder": "细胞容器",
+ "item.minecells.cell_holder.cell_count": [
+ {
+ "text": "细胞存量:",
+ "color": "#46D4FF"
+ },
+ {
+ "index": 0
+ }
+ ],
+ "item.minecells.cell_holder.full": [
+ {
+ "text": "右键取出",
+ "color": "gray"
+ }
+ ],
+ "item.minecells.cell_holder.empty": [
+ {
+ "text": "未储存细胞\n用细胞右键此物品以存入",
+ "color": "gray"
+ }
+ ],
+ "advancements.minecells.unlock.have_64_cells": "在物品栏中储存一组细胞",
+ "advancements.minecells.unlock.have_64_cells.description": "在物品栏中储存一组细胞"
}