-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
28 lines (28 loc) · 771 Bytes
/
Copy pathpxt.json
File metadata and controls
28 lines (28 loc) · 771 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
{
"name": "Creative Mode",
"description": "",
"dependencies": {
"core": "*",
"builder": "*",
"makecode-minecraft-music": "github:microsoft/makecode-minecraft-music#v0.0.7",
"makecode-minecraft-mob-events": "github:microsoft/makecode-minecraft-mob-events#4940c1da87b203c63780ef869e0186cb906dbbeb",
"makecode-minecraft-pixel-art": "github:microsoft/makecode-minecraft-pixel-art#v0.0.3"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"main.py"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "1.7.28",
"targetId": "minecraft"
},
"supportedTargets": [
"minecraft"
],
"preferredEditor": "blocksprj"
}