-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpxt.json
More file actions
39 lines (39 loc) · 799 Bytes
/
pxt.json
File metadata and controls
39 lines (39 loc) · 799 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
{
"name": "minecraft-hoc2020-md",
"version": "0.8.2",
"dependencies": {
"core": "*",
"builder": "*"
},
"files": [
"README.md",
"ball.md",
"beets.md",
"farming.md",
"fishing.md",
"rails.md",
"ravager.md",
"t1.md",
"t2.md",
"tutorial-info-cache.json",
"no_code.md",
"1.1.3.md",
"ar/ball.md",
"ar/beets.md",
"ar/farming.md",
"ar/fishing.md",
"ar/rails.md",
"ar/ravager.md",
"ar/t1.md",
"ar/t2.md",
"ar/no_code.md"
],
"targetVersions": {
"target": "2.0.30",
"targetId": "minecraft"
},
"supportedTargets": [
"minecraft"
],
"preferredEditor": "tsprj"
}