-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtester_categories.json
More file actions
57 lines (57 loc) · 1 KB
/
tester_categories.json
File metadata and controls
57 lines (57 loc) · 1 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
[
{
"id": "common",
"name": "Common",
"position": 1
},
{
"id": "physical",
"name": "Physical Events",
"position": 2
},
{
"id": "virtual",
"name": "Virtual Events",
"position": 3
},
{
"id": "special",
"name": "Rare",
"position": 4
},
{
"id": "custom",
"name": "Unique",
"position": 5
},
{
"id": "temporary",
"name": "Temporary or Removed",
"position": 6
},
{
"id": "bedrock",
"name": "Bedrock Edition Exclusive",
"position": 7
},
{
"id": "aprilfools",
"name": "April Fools",
"position": 8
},
{
"id": "apitesting",
"name": "API Testing",
"position": 9
},
{
"id": "console",
"name": "Legacy Consoles",
"position": 10
},
{
"id": "unused",
"name": "Unused",
"position": 11
}
]