From 790521df050a31c3bec65223d5ddf908505966f7 Mon Sep 17 00:00:00 2001 From: object-Object Date: Sat, 9 Sep 2023 15:24:10 -0400 Subject: [PATCH] Create zh_cn.flatten.json5 Co-authored-by: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> --- .../assets/hexcasting/lang/zh_cn.flatten.json5 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/src/hexdoc/_export/resources/assets/hexcasting/lang/zh_cn.flatten.json5 diff --git a/doc/src/hexdoc/_export/resources/assets/hexcasting/lang/zh_cn.flatten.json5 b/doc/src/hexdoc/_export/resources/assets/hexcasting/lang/zh_cn.flatten.json5 new file mode 100644 index 00000000..0c105064 --- /dev/null +++ b/doc/src/hexdoc/_export/resources/assets/hexcasting/lang/zh_cn.flatten.json5 @@ -0,0 +1,16 @@ +{ + key: { + use: "右键", + sneak: "左Shift", + jump: "空格", + }, + + "item.minecraft": { + amethyst_shard: "紫水晶碎片", + budding_amethyst: "紫水晶母岩", + }, + + "block.hexcasting": { + slate: "空白石板", + }, +}