Skip to content

Commit 3b26b2b

Browse files
committed
2 parents 94f6b00 + 2188ddf commit 3b26b2b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

blocks/hai2025/crafting4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ hai.upgradeTool(hai.shovel(),hai.cobblestone())
2525
```
2626
```template
2727
hai.upgradeTool(hai.axe(),hai.ghostBlock())
28-
hai.upgradeTool(hai.ghostBlock(),hai.ghostBlock())
29-
hai.upgradeTool(hai.ghostBlock(),hai.ghostBlock())
28+
hai.upgradeTool(hai.ghostItem(),hai.ghostBlock())
29+
hai.upgradeTool(hai.ghostItem(),hai.ghostBlock())
3030
3131
```
3232
```package

pxt.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "makecode",
3-
"version": "0.1.41",
3+
"version": "0.1.42",
44
"dependencies": {
55
"core": "*",
66
"builder": "*"
@@ -136,7 +136,7 @@
136136
"python/hai2025/protection1.md",
137137
"python/hai2025/protection2.md",
138138
"python/hai2025/comfort1.md",
139-
"python/hai2025/comfort2.md"
139+
"python/hai2025/comfort2.md"
140140
],
141141
"testFiles": [],
142142
"targetVersions": {

tutorial-info-cache.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)