-
-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathwiki.json
More file actions
100 lines (100 loc) · 1.77 KB
/
wiki.json
File metadata and controls
100 lines (100 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"not-translated": "此wiki页面尚未被翻译为{{placeholder}}",
"not-found": "未找到页面:`{{placeholder}}`",
"blocks": {
"title": "方块",
"first-block": {
"title": "添加一个简单方块"
},
"oriented-block": {
"title": "添加一个定向方块"
},
"redstone-interaction": {
"title": "添加红石功能到你的方块"
}
},
"concepts": {
"title": "概念",
"events": {
"title": "事件"
},
"libraries": {
"title": "第三方库列表"
},
"lifecycles-ticks": {
"title": "Lifecycles and Ticks"
},
"minecraft-code-structure": {
"title": "Minecraft’s Code Structure"
},
"mixins": {
"title": "Mixins"
},
"nbt": {
"title": "NBT and Data in Minecaft"
},
"networking": {
"title": "Networking"
},
"qsl-qfapi": {
"title": "QSL和QFAPI概述"
},
"registries": {
"title": "Registries"
},
"sideness": {
"title": "Server-Side and Client-Side"
}
},
"data": {
"title": "Data",
"adding-recipes": {
"title": "Adding Recipes"
},
"rea": {
"title": "Using Registry Entry Attachments (REA)"
},
"recipe-api": {
"title": "Recipe API"
},
"recipe-type": {
"title": "Adding a Recipe Type"
},
"resource-loader": {
"title": "Resource Loader"
}
},
"introduction": {
"title": "介绍",
"get-started": {
"title": "Quilt开发入门"
},
"setting-up": {
"title": "建立开发环境"
}
},
"items": {
"title": "物品",
"armor": {
"title": "添加盔甲"
},
"first-item": {
"title": "创建你的第一个物品"
},
"food": {
"title": "添加食物"
},
"tools": {
"title": "添加自定义工具"
}
},
"misc": {
"title": "Misc",
"commands": {
"title": "Adding Commands"
},
"sounds": {
"title": "Adding Sounds"
}
}
}