Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
385 changes: 370 additions & 15 deletions projects/1.20/assets/mystics-biomes/mysticsbiomes/lang/en_us.json

Large diffs are not rendered by default.

311 changes: 311 additions & 0 deletions projects/1.20/assets/mystics-biomes/mysticsbiomes/lang/zh_cn-base.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"target": "assets/mysticsbiomes/lang/zh_cn.json",
"entries": [
{
"templates": {
"block.mysticsbiomes.{1}_candle_cake_{0}": "插有{0}蜡烛的{1}蛋糕"
},
"parameters": [
{
"white": "白色",
"light_gray": "淡灰色",
"gray": "灰色",
"black": "黑色",
"brown": "棕色",
"red": "红色",
"orange": "橙色",
"yellow": "黄色",
"lime": "黄绿色",
"green": "绿色",
"cyan": "青色",
"light_blue": "淡蓝色",
"blue": "蓝色",
"purple": "紫色",
"magenta": "品红色",
"pink": "粉红色"
},
{
"strawberry": "草莓",
"vanilla": "香草",
"chocolate": "巧克力",
"pink_frosted": "粉红色糖霜",
"orange_frosted": "橙色糖霜",
"yellow_frosted": "黄色糖霜",
"lime_frosted": "黄绿色糖霜",
"cyan_frosted": "青色糖霜",
"purple_frosted": "紫色糖霜"
}
]
}
]
}
100 changes: 0 additions & 100 deletions projects/1.20/assets/mystics-biomes/mysticsbiomes/lang/zh_cn.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "singleton",
"source": "projects/1.20/assets/mystics-biomes/mysticsbiomes/lang/zh_cn-base.json",
"relativePath": "lang/zh_cn.json"
},
{
"type": "composition",
"destType": "json",
"source": "projects/1.20/assets/mystics-biomes/mysticsbiomes/lang/zh_cn-composition.json"
}
]
Loading
Loading