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": "繁花艳瓣" +}