-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
51 lines (50 loc) · 1.27 KB
/
manifest.json
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
{
"format_version" : 2,
"header" : {
"description" : "An all-in-one optimization client-resourcepack for MCBE.",
"name" : "§dAstral §9V6.9",
"uuid" : "5ff881e6-a77c-4492-9e90-954921bba51c",
"version" : [ 6, 9, 0 ],
"min_engine_version" : [ 1, 16, 0 ]
},
"modules" : [
{
"description" : "Astral Client V6.9",
"type" : "resources",
"uuid" : "ea1b07bd-9ccf-4d28-8c8c-6d8a5d748729",
"version" : [ 6, 9, 0 ]
}
],
"subpacks": [
{
"folder_name": "astralbcc",
"name": "Clear Bottom Chat UI + Astral GUI Textures",
"memory_tier": 1
},
{
"folder_name": "astralbc",
"name": "Bottom Chat UI + Astral GUI Textures",
"memory_tier": 1
},
{
"folder_name": "bottomchatclear",
"name": "Clear Bottom Chat UI",
"memory_tier": 1
},
{
"folder_name": "bottomchat",
"name": "Bottom Chat UI",
"memory_tier": 1
},
{
"folder_name": "astralgui",
"name": "Astral GUI Textures (Clear GUI + Dark Mode)",
"memory_tier": 1
},
{
"folder_name": "Nothing",
"name": "Nothing",
"memory_tier": 1
}
]
}