-
Notifications
You must be signed in to change notification settings - Fork 478
Expand file tree
/
Copy pathpack.mcmeta
More file actions
48 lines (48 loc) · 860 Bytes
/
pack.mcmeta
File metadata and controls
48 lines (48 loc) · 860 Bytes
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
{
"pack": {
"pack_format": 1,
"description": "OpenComputers"
},
"language":{
"de_DE":{
"name": "Deutsch",
"region": "Deutschland"
},
"en_US":{
"name": "English",
"region": "United States"
},
"es_MX":{
"name": "Español",
"region": "México"
},
"fr_FR":{
"name": "French",
"region": "France"
},
"it_IT":{
"name": "Italian",
"region": "Italy"
},
"pt_PT":{
"name": "Português",
"region": "Portugal"
},
"pt_BR":{
"name": "Português (Brasil)",
"region": "Brazil"
},
"ru_RU": {
"region": "Россия",
"name": "Русский"
},
"zh_CN":{
"name": "简体中文",
"region": "中国"
},
"zh_TW": {
"region": "台灣",
"name": "繁體中文"
}
}
}