Skip to content

Commit e7d3fb5

Browse files
committed
Add custom level files
1 parent ef16f1f commit e7d3fb5

File tree

6 files changed

+704
-0
lines changed

6 files changed

+704
-0
lines changed
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
<Minecraft>
2+
<config><![CDATA[{
3+
"game_id": 40,
4+
"created_at": "2014-12-05T21:12:32.000Z",
5+
"level_num": "custom",
6+
"user_id": 1,
7+
"properties": {
8+
"embed": "false",
9+
"skin": "minecraft",
10+
"instructions": "Now can you make left click destroy the SELECTED blocks you click? Hint: setting a block to 0 means to delete it!",
11+
"is_k1": "false",
12+
"skip_instructions_popup": "false",
13+
"disable_param_editing": "true",
14+
"disable_variable_editing": "false",
15+
"use_modal_function_editor": "false",
16+
"use_contract_editor": "false",
17+
"free_play": "false",
18+
"min_workspace_height": "1800"
19+
}
20+
}]]></config>
21+
<blocks>
22+
<toolbox_blocks>
23+
<xml>
24+
<block type="when_run"/>
25+
<block type="minecraft_whenRightClick"/>
26+
<block type="minecraft_whenLeftClick"/>
27+
<block type="minecraft_setGravity">
28+
<title name="VALUE">-1.7999999499807017e-7</title>
29+
</block>
30+
<block type="minecraft_setSpeed">
31+
<title name="VALUE">0.0028</title>
32+
</block>
33+
<block type="minecraft_setBlock" inline="false"/>
34+
<block type="math_random_int" inline="true">
35+
<value name="FROM">
36+
<block type="math_number">
37+
<title name="NUM">1</title>
38+
</block>
39+
</value>
40+
<value name="TO">
41+
<block type="math_number">
42+
<title name="NUM">37</title>
43+
</block>
44+
</value>
45+
</block>
46+
<block type="minecraft_adjacent_target_x"/>
47+
<block type="minecraft_adjacent_target_y"/>
48+
<block type="minecraft_adjacent_target_z"/>
49+
<block type="minecraft_selected_target_x"/>
50+
<block type="minecraft_selected_target_y"/>
51+
<block type="minecraft_selected_target_z"/>
52+
<block type="minecraft_log"/>
53+
<block type="controls_repeat">
54+
<title name="TIMES">4</title>
55+
</block>
56+
<block type="controls_repeat_dropdown">
57+
<title name="TIMES" config="3-10">???</title>
58+
</block>
59+
<block type="controls_repeat_ext" inline="true"/>
60+
<block type="math_number">
61+
<title name="NUM">0</title>
62+
</block>
63+
<block type="math_number_dropdown">
64+
<title name="NUM" config="1-10">5</title>
65+
</block>
66+
<block type="math_arithmetic" inline="true">
67+
<title name="OP">ADD</title>
68+
</block>
69+
<block type="math_random_int" inline="true">
70+
<value name="FROM">
71+
<block type="math_number">
72+
<title name="NUM">1</title>
73+
</block>
74+
</value>
75+
<value name="TO">
76+
<block type="math_number">
77+
<title name="NUM">100</title>
78+
</block>
79+
</value>
80+
</block>
81+
<block type="math_random_float"/>
82+
<block type="variables_set" inline="false">
83+
<title name="VAR">x</title>
84+
<value name="VALUE">
85+
<block type="math_number">
86+
<title name="NUM">???</title>
87+
</block>
88+
</value>
89+
</block>
90+
<block type="variables_get">
91+
<title name="VAR">x</title>
92+
</block>
93+
</xml>
94+
</toolbox_blocks>
95+
</blocks>
96+
</Minecraft>
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
<Minecraft>
2+
<config><![CDATA[{
3+
"game_id": 40,
4+
"created_at": "2014-12-05T20:40:07.000Z",
5+
"level_num": "custom",
6+
"user_id": 1,
7+
"properties": {
8+
"embed": "false",
9+
"skin": "minecraft",
10+
"instructions": "Add a When Right Click block and use the Set Block block to add a random block type to the adjacent square. Hint: Block types can be between 1 and 37.",
11+
"is_k1": "false",
12+
"skip_instructions_popup": "false",
13+
"disable_param_editing": "true",
14+
"disable_variable_editing": "false",
15+
"use_modal_function_editor": "false",
16+
"use_contract_editor": "false",
17+
"free_play": "false"
18+
}
19+
}]]></config>
20+
<blocks>
21+
<toolbox_blocks>
22+
<xml>
23+
<block type="minecraft_whenRightClick"/>
24+
<block type="minecraft_whenLeftClick"/>
25+
<block type="minecraft_setBlock" inline="false"/>
26+
<block type="math_random_int" inline="true">
27+
<value name="FROM">
28+
<block type="math_number">
29+
<title name="NUM">1</title>
30+
</block>
31+
</value>
32+
<value name="TO">
33+
<block type="math_number">
34+
<title name="NUM">37</title>
35+
</block>
36+
</value>
37+
</block>
38+
<block type="minecraft_adjacent_target_x"/>
39+
<block type="minecraft_adjacent_target_y"/>
40+
<block type="minecraft_adjacent_target_z"/>
41+
<block type="math_number">
42+
<title name="NUM">0</title>
43+
</block>
44+
<block type="math_arithmetic" inline="true">
45+
<title name="OP">ADD</title>
46+
</block>
47+
<block type="math_random_int" inline="true">
48+
<value name="FROM">
49+
<block type="math_number">
50+
<title name="NUM">1</title>
51+
</block>
52+
</value>
53+
<value name="TO">
54+
<block type="math_number">
55+
<title name="NUM">100</title>
56+
</block>
57+
</value>
58+
</block>
59+
<block type="math_random_float"/>
60+
<block type="variables_set" inline="false">
61+
<title name="VAR">x</title>
62+
<value name="VALUE">
63+
<block type="math_number">
64+
<title name="NUM">???</title>
65+
</block>
66+
</value>
67+
</block>
68+
<block type="variables_get">
69+
<title name="VAR">x</title>
70+
</block>
71+
</xml>
72+
</toolbox_blocks>
73+
<required_blocks>
74+
<xml>
75+
<block type="minecraft_whenRightClick"/>
76+
<block type="minecraft_setBlock" inline="false">
77+
<value name="VALUE_X">
78+
<block type="minecraft_adjacent_target_x"/>
79+
</value>
80+
<value name="VALUE_Y">
81+
<block type="minecraft_adjacent_target_y"/>
82+
</value>
83+
<value name="VALUE_Z">
84+
<block type="minecraft_adjacent_target_z"/>
85+
</value>
86+
<value name="VALUE">
87+
<block type="math_random_int" inline="true">
88+
<value name="FROM">
89+
<block type="math_number">
90+
<title name="NUM">1</title>
91+
</block>
92+
</value>
93+
<value name="TO">
94+
<block type="math_number">
95+
<title name="NUM">37</title>
96+
</block>
97+
</value>
98+
</block>
99+
</value>
100+
</block>
101+
</xml>
102+
</required_blocks>
103+
</blocks>
104+
</Minecraft>
Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
<Minecraft>
2+
<config><![CDATA[{
3+
"game_id": 40,
4+
"created_at": "2014-12-05T21:21:19.000Z",
5+
"level_num": "custom",
6+
"user_id": 1,
7+
"properties": {
8+
"embed": "false",
9+
"skin": "minecraft",
10+
"instructions": "Can you use a Repeat loop and Variable to make Right Click create a tree with 10 blocks instead of just one? Hint: the tree trunk is the type number 12!",
11+
"is_k1": "false",
12+
"skip_instructions_popup": "false",
13+
"min_workspace_height": "1800",
14+
"disable_param_editing": "true",
15+
"disable_variable_editing": "false",
16+
"use_modal_function_editor": "false",
17+
"use_contract_editor": "false",
18+
"free_play": "false"
19+
}
20+
}]]></config>
21+
<blocks>
22+
<start_blocks>
23+
<xml>
24+
<block type="when_run" deletable="false" movable="false">
25+
<next>
26+
<block type="minecraft_setGravity">
27+
<title name="VALUE">-1.7999999499807017e-7</title>
28+
</block>
29+
</next>
30+
</block>
31+
<block type="minecraft_whenRightClick">
32+
<next>
33+
<block type="variables_set" inline="false">
34+
<title name="VAR">x</title>
35+
<value name="VALUE">
36+
<block type="math_number">
37+
<title name="NUM">1</title>
38+
</block>
39+
</value>
40+
<next>
41+
<block type="controls_repeat">
42+
<title name="TIMES">10</title>
43+
<statement name="DO">
44+
<block type="minecraft_setBlock" inline="false">
45+
<value name="VALUE_X">
46+
<block type="minecraft_adjacent_target_x"/>
47+
</value>
48+
<value name="VALUE_Y">
49+
<block type="variables_get">
50+
<title name="VAR">x</title>
51+
</block>
52+
</value>
53+
<value name="VALUE_Z">
54+
<block type="minecraft_adjacent_target_z"/>
55+
</value>
56+
<value name="VALUE">
57+
<block type="math_number">
58+
<title name="NUM">12</title>
59+
</block>
60+
</value>
61+
<next>
62+
<block type="variables_set" inline="false">
63+
<title name="VAR">x</title>
64+
<value name="VALUE">
65+
<block type="math_arithmetic" inline="true">
66+
<title name="OP">ADD</title>
67+
<value name="A">
68+
<block type="variables_get">
69+
<title name="VAR">x</title>
70+
</block>
71+
</value>
72+
<value name="B">
73+
<block type="math_number">
74+
<title name="NUM">1</title>
75+
</block>
76+
</value>
77+
</block>
78+
</value>
79+
</block>
80+
</next>
81+
</block>
82+
</statement>
83+
</block>
84+
</next>
85+
</block>
86+
</next>
87+
</block>
88+
</xml>
89+
</start_blocks>
90+
<toolbox_blocks>
91+
<xml>
92+
<block type="when_run"/>
93+
<block type="minecraft_whenRightClick"/>
94+
<block type="minecraft_whenLeftClick"/>
95+
<block type="minecraft_setGravity">
96+
<title name="VALUE">-1.7999999499807017e-7</title>
97+
</block>
98+
<block type="minecraft_setSpeed">
99+
<title name="VALUE">0.0028</title>
100+
</block>
101+
<block type="minecraft_setBlock" inline="false"/>
102+
<block type="math_random_int" inline="true">
103+
<value name="FROM">
104+
<block type="math_number">
105+
<title name="NUM">1</title>
106+
</block>
107+
</value>
108+
<value name="TO">
109+
<block type="math_number">
110+
<title name="NUM">37</title>
111+
</block>
112+
</value>
113+
</block>
114+
<block type="minecraft_adjacent_target_x"/>
115+
<block type="minecraft_adjacent_target_y"/>
116+
<block type="minecraft_adjacent_target_z"/>
117+
<block type="minecraft_selected_target_x"/>
118+
<block type="minecraft_selected_target_y"/>
119+
<block type="minecraft_selected_target_z"/>
120+
<block type="minecraft_log"/>
121+
<block type="controls_repeat">
122+
<title name="TIMES">4</title>
123+
</block>
124+
<block type="controls_repeat_dropdown">
125+
<title name="TIMES" config="3-10">???</title>
126+
</block>
127+
<block type="controls_repeat_ext" inline="true"/>
128+
<block type="math_number">
129+
<title name="NUM">0</title>
130+
</block>
131+
<block type="math_number_dropdown">
132+
<title name="NUM" config="1-10">5</title>
133+
</block>
134+
<block type="math_arithmetic" inline="true">
135+
<title name="OP">ADD</title>
136+
</block>
137+
<block type="math_random_int" inline="true">
138+
<value name="FROM">
139+
<block type="math_number">
140+
<title name="NUM">1</title>
141+
</block>
142+
</value>
143+
<value name="TO">
144+
<block type="math_number">
145+
<title name="NUM">100</title>
146+
</block>
147+
</value>
148+
</block>
149+
<block type="math_random_float"/>
150+
<block type="variables_set" inline="false">
151+
<title name="VAR">x</title>
152+
<value name="VALUE">
153+
<block type="math_number">
154+
<title name="NUM">???</title>
155+
</block>
156+
</value>
157+
</block>
158+
<block type="variables_get">
159+
<title name="VAR">x</title>
160+
</block>
161+
</xml>
162+
</toolbox_blocks>
163+
</blocks>
164+
</Minecraft>

0 commit comments

Comments
 (0)