From 04ee09b59d7717b9cc118d7b55421e3824d0136e Mon Sep 17 00:00:00 2001 From: TillusoryZenos <109285753+TillusoryZenos@users.noreply.github.com> Date: Sat, 13 Jul 2024 23:06:50 +0800 Subject: [PATCH] Create zh_cn.json --- src/main/resources/assets/petal/lang/zh_cn.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/main/resources/assets/petal/lang/zh_cn.json diff --git a/src/main/resources/assets/petal/lang/zh_cn.json b/src/main/resources/assets/petal/lang/zh_cn.json new file mode 100644 index 0000000..ab5ed74 --- /dev/null +++ b/src/main/resources/assets/petal/lang/zh_cn.json @@ -0,0 +1,12 @@ +{ + "item.petal.flower_crown": "花冠", + + "block.petal.red_pansy": "三色堇", + "block.petal.lime_mum": "菊花", + "block.petal.marigold": "万寿菊", + "block.petal.magenta_cosmos": "秋英", + "block.petal.blue_hyacinth": "风信子", + "block.petal.white_windflower": "银莲花", + + "itemgroup.petal": "繁花艳瓣" +}