Skip to content

Commit e243dcd

Browse files
committed
Update pxt.json, blocks/hai2025/craftingtest1.md
1 parent dc9e191 commit e243dcd

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

blocks/hai2025/craftingtest1.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
### @flyoutOnly true
2+
### @hideIteration true
3+
### @explicitHints true
4+
5+
# Crafting Sticks
6+
7+
## Step 1
8+
Train the agent on how to craft sticks
9+
10+
#### ~ tutorialhint
11+
Stick Pattern
12+
![Craft Stick](https://raw.githubusercontent.com/ReWrite-Media/makecode/master/blocks/hai2025/img/stick_crafting.png "Craft Stick")
13+
14+
```ghost
15+
hai.craftWith()
16+
hai.craftWith(hai.wood())
17+
hai.crafting(hai.craftingPattern(`
18+
...
19+
...
20+
...`))
21+
hai.crafting(hai.pocketcraftingPattern(`
22+
..
23+
..`))
24+
```
25+
26+
```template
27+
hai.craftWith(hai.ghostBlock())
28+
hai.crafting(hai.craftingPattern(`
29+
...
30+
...
31+
...`))
32+
```
33+
34+
35+
36+
37+
```package
38+
hai2025-ts=github:ReWrite-Media/hai2025-ts#v0.0.65
39+
```

pxt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"blocks/hai2025/crafting_all.md",
112112
"blocks/hai2025/crafting2.md",
113113
"blocks/hai2025/crafting3.md",
114-
"blocks/hai2025/crafting_test2.md"
114+
"blocks/hai2025/craftingtest1.md"
115115
],
116116
"testFiles": [],
117117
"targetVersions": {

0 commit comments

Comments
 (0)