Skip to content

Commit

Permalink
Update study_move.md, potion_vent.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neonerz committed Oct 5, 2022
1 parent fa7ec47 commit 6531d25
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions potion_vent.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Use the ``||hoc22.clay ball move <direction> by <number>||`` block to move the c


```ghost
hoc22.clayBallMove(SixDirection.Up, 1)
hoc22.clayBallMove(FourDirectionUpDown.Up, 1)
```
```template
hoc22.clayBallMove(SixDirection.Right, 2)
hoc22.clayBallMove(SixDirection.Left, 2)
hoc22.clayBallMove(FourDirectionUpDown.Right, 2)
hoc22.clayBallMove(FourDirectionUpDown.Left, 2)
```
```package
minecraft-hoc22=github:ReWrite-Media/hoc22-ts#v0.3.38
minecraft-hoc22=github:ReWrite-Media/hoc22-ts#v0.3.40
```
10 changes: 5 additions & 5 deletions study_move.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Move the clay ball to the Gold block. Interact with the lightbulb, if you need h
Use ``||hoc22.clay ball move <direction> by <number>||`` to move the clay ball onto the Gold block. Adjust the direction variable and how many blocks down it moves in order to reach the Gold block.

```ghost
hoc22.clayBallMove(SixDirection.Up, 5)
hoc22.clayBallMove(FourDirectionUpDown.Up, 5)
```
```template
hoc22.clayBallMove(UP, 3)
hoc22.clayBallMove(LEFT, 2)
hoc22.clayBallMove(DOWN, 3)
hoc22.clayBallMove(FourDirectionUpDown.Up, 3)
hoc22.clayBallMove(FourDirectionUpDown.Left, 2)
hoc22.clayBallMove(FourDirectionUpDown.Down 3)
```

```package
minecraft-hoc22=github:ReWrite-Media/hoc22-ts#v0.3.38
minecraft-hoc22=github:ReWrite-Media/hoc22-ts#v0.3.40
```

0 comments on commit 6531d25

Please sign in to comment.