Skip to content

Commit 56b0b9a

Browse files
authored
Update +page.svx (#117)
Corrected directory path in guide Removed incorrect plural from function directory
1 parent ecd767c commit 56b0b9a

File tree

1 file changed

+1
-1
lines changed
  • src/routes/guide/right-click/consumable_component

1 file changed

+1
-1
lines changed

src/routes/guide/right-click/consumable_component/+page.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ run when the advancement is triggered.
5353
```
5454

5555
In the function (in this case,
56-
`/data/<namespace>/functions/rightclick_run.mcfunction`), you can put commands
56+
`/data/<namespace>/function/rightclick_run.mcfunction`), you can put commands
5757
that you want to run when the item is clicked. Make sure that this function also
5858
**revokes the advancement** so that it can be triggered again next tick.
5959

0 commit comments

Comments
 (0)