Skip to content

Commit 35fa800

Browse files
committed
Update blocks/hai2025/wood1.md, blocks/hai2025/wood2.md, blocks/hai2025/wood3.md, blocks/hai2025/light1.md, blocks/hai2025/protection1.md
1 parent 7c7d977 commit 35fa800

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

blocks/hai2025/light1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Drag the ``||hai: coal ore||`` block into the ``||haiInputs: classify as ore||``
1313
```ghost
1414
hai.classifyOre(hai.wood())
1515
hai.classifyOre(hai.grass())
16-
hai.craftWith(hai.lava())
17-
hai.craftWith(hai.soulSand())
16+
hai.classifyOre(hai.lava())
17+
hai.classifyOre(hai.soulSand())
1818
hai.classifyOre(hai.coalOre())
1919
```
2020
```template

blocks/hai2025/protection1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Drag the ``||hai: iron ore||`` block into the ``||haiInputs: classify as ore||``
1313
```ghost
1414
hai.classifyOre(hai.wood())
1515
hai.classifyOre(hai.grass())
16-
hai.craftWith(hai.lava())
17-
hai.craftWith(hai.soulSand())
16+
hai.classifyWood(hai.lava())
17+
hai.classifyWood(hai.soulSand())
1818
hai.classifyOre(hai.coalOre())
1919
hai.classifyOre(hai.ironOre())
2020
```

blocks/hai2025/wood1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Drag the ``||hai: oak log||`` block into the ``||haiInputs: classify as wood||``
1414
hai.classifyWood(hai.ghostBlock())
1515
hai.classifyWood(hai.logOak())
1616
hai.classifyWood(hai.grass())
17-
hai.craftWith(hai.lava())
18-
hai.craftWith(hai.soulSand())
17+
hai.classifyWood(hai.lava())
18+
hai.classifyWood(hai.soulSand())
1919
hai.trainingStart()
2020
```
2121
```template

blocks/hai2025/wood2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Now classify the birch log as wood by dragging the ``||hai: birch log||`` block
1313
hai.classifyWood(hai.logOak())
1414
hai.classifyWood(hai.logBirch())
1515
hai.classifyWood(hai.grass())
16-
hai.craftWith(hai.lava())
17-
hai.craftWith(hai.soulSand())
16+
hai.classifyWood(hai.lava())
17+
hai.classifyWood(hai.soulSand())
1818
```
1919
```template
2020
hai.trainingStart(function () {

blocks/hai2025/wood3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ hai.classifyWood(hai.logOak())
1616
hai.classifyWood(hai.logBirch())
1717
hai.classifyWood(hai.logAcacia())
1818
hai.classifyWood(hai.grass()))
19-
hai.craftWith(hai.lava())
20-
hai.craftWith(hai.soulSand())
19+
hai.classifyWood(hai.lava())
20+
hai.classifyWood(hai.soulSand())
2121
```
2222
```template
2323
hai.trainingStart(function () {

0 commit comments

Comments
 (0)