From a41fda31aacd406795c40e7d37a9740a55bedfbc Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:37:03 +0800 Subject: [PATCH] HexNBT create --- .../assets/modrinth-hexnbt/hexnbt/lang/en_us.json | 9 +++++++++ .../assets/modrinth-hexnbt/hexnbt/lang/zh_cn.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 projects/1.20-fabric/assets/modrinth-hexnbt/hexnbt/lang/en_us.json create mode 100644 projects/1.20-fabric/assets/modrinth-hexnbt/hexnbt/lang/zh_cn.json diff --git a/projects/1.20-fabric/assets/modrinth-hexnbt/hexnbt/lang/en_us.json b/projects/1.20-fabric/assets/modrinth-hexnbt/hexnbt/lang/en_us.json new file mode 100644 index 000000000000..f50c8747110d --- /dev/null +++ b/projects/1.20-fabric/assets/modrinth-hexnbt/hexnbt/lang/en_us.json @@ -0,0 +1,9 @@ +{ + "hexnbt.entry.patterns.nbt": "NBT", + + "hexnbt.page.nbt.readnbt": "Reads the \"NBT\" value of the given key for the given entity or block. I should be careful using this, as nature may provide too much information and mishap this pattern.", + "hexnbt.page.nbt.listkeys": "Fetches all the available keys of the given block or entity.", + + "hexcasting.action.hexnbt:readnbt": "Value Distillation", + "hexcasting.action.hexnbt:listkeys": "Key Purification" +} \ No newline at end of file diff --git a/projects/1.20-fabric/assets/modrinth-hexnbt/hexnbt/lang/zh_cn.json b/projects/1.20-fabric/assets/modrinth-hexnbt/hexnbt/lang/zh_cn.json new file mode 100644 index 000000000000..51ef11e45095 --- /dev/null +++ b/projects/1.20-fabric/assets/modrinth-hexnbt/hexnbt/lang/zh_cn.json @@ -0,0 +1,9 @@ +{ + "hexnbt.entry.patterns.nbt": "NBT", + + "hexnbt.page.nbt.readnbt": "读取给定实体或方块中给定键的“NBT”值。使用的时候需要万分小心,自然有可能会返回太多信息,以至于招致事故。", + "hexnbt.page.nbt.listkeys": "获取给定方块或实体的所有可用键。", + + "hexcasting.action.hexnbt:readnbt": "值之馏化", + "hexcasting.action.hexnbt:listkeys": "键之纯化" +} \ No newline at end of file