-
Notifications
You must be signed in to change notification settings - Fork 1
/
pxt.json
61 lines (61 loc) · 1.52 KB
/
pxt.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
52
53
54
55
56
57
58
59
60
61
{
"name": "minecraft-hoc2022-md",
"version": "0.4.3",
"dependencies": {
"core": "*",
"builder": "*"
},
"files": [
"README.md",
"tutorial-info-cache.json",
"test.md",
"study_move.md",
"study_mirror.md",
"study_levers.md",
"kitchen_baking.md",
"kitchen_feedhouse.md",
"kitchen_plate.md",
"foyer_mosaic.md",
"foyer_bookshelf.md",
"foyer_chess.md",
"attic_green_1.md",
"attic_green_2.md",
"attic_yellow.md",
"attic_red.md",
"potion_vent.md",
"potion_pitfall.md",
"potion_mixing.md",
"greenhouse_crackedwall.md",
"greenhouse_trough.md",
"greenhouse_flowers.md",
"laboratory_weights.md",
"laboratory_pipes.md",
"laboratory_minecarts.md",
"lazerroom_lazer.md",
"red1_drawbridge.md",
"red1_maze.md",
"red1_lights.md",
"sludge_staircase.md",
"sludge_windy.md",
"sludge_bridge.md",
"sludge_break.md",
"red3_light.md",
"red3_lazerbattery.md",
"laserroom_laser2.md",
"laserroom_laser3.md",
"boss_red.md",
"boss_yellow.md",
"boss_cannon_sequence.md",
"boss_rotation.md",
"no_code_pre.md",
"no_code.md"
],
"targetVersions": {
"target": "1.7.6",
"targetId": "minecraft"
},
"supportedTargets": [
"minecraft"
],
"preferredEditor": "tsprj"
}