From b1e2951d79e84e5393ac1b46e46294e131992741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=93=E5=85=89?= <127419678+Cromy233@users.noreply.github.com> Date: Sun, 13 Aug 2023 15:30:23 +0800 Subject: [PATCH] zh_cn.json (#96) --- .../resources/assets/brazier/lang/zh_cn.json | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 common/src/main/resources/assets/brazier/lang/zh_cn.json diff --git a/common/src/main/resources/assets/brazier/lang/zh_cn.json b/common/src/main/resources/assets/brazier/lang/zh_cn.json new file mode 100644 index 0000000..8219981 --- /dev/null +++ b/common/src/main/resources/assets/brazier/lang/zh_cn.json @@ -0,0 +1,22 @@ +{ + "block.brazier.brazier": "生灵火盆", + "block.brazier.living_torch": "生灵火把", + "block.brazier.living_lantern": "生灵灯笼", + "block.brazier.spawn_powder": "受诅灰烬", + "item.brazier.living_flame": "生灵炎火", + "item.brazier.icon": "右击生灵火盆", + "entity.brazier.crazed_flame": "诅咒焰", + "item.brazier.crazed_spawn_egg": "入魔者刷怪蛋", + "item.brazier.ash": "灰烬", + "item.brazier.warped_nether_wart": "诡异下界疣", + "entity.brazier.crazed": "入魔者", + "advancements.brazier.place_brazier.title": "恶灵退散", + "advancements.brazier.place_brazier.description": "放下火盆,驱赶怪物!", + "description.brazier.brazier-1": "生灵火盆类似于信标,能够阻止其覆盖范围内怪物自然生成。", + "description.brazier.brazier-2": "\n生灵火盆能够将普通的火把转换为生灵火把\n手持生灵火把以显示火盆的有效范围。", + "category.brazier.light_on_brazier": "驱魔异光", + "tag.item.brazier.ash": "灰烬", + "tag.item.brazier.torches": "火把", + "tag.block.brazier.brazier_base_blocks": "生灵火盆底座", + "tag.block.brazier.brazier_stripe_blocks": "生灵火盆种类方块" +} \ No newline at end of file