Skip to content

Commit a60e9ed

Browse files
authored
Change the wording a little bit
1 parent d60d0b1 commit a60e9ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/routes/guide/getting-started/+page.svx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ always ran as an entity (or as the Server) and at a position
8282
:::
8383

8484
Let's get started by writing one simple function. In
85-
traditional programming fashion, let's make a function to show you "Hello World" when it is ran.
85+
traditional programming fashion, let's make a function which sends "Hello World" to chat.
8686

8787
1. Create a folder in your datapack called `data`.
8888
2. In the `data` folder, create a new folder. This folder is your **namespace** - it will contain all the data specific
@@ -97,7 +97,7 @@ You should now have a folder structure that looks something like this:
9797
```
9898

9999
:::warning
100-
In versions earlier than 1.21, the function folder should be called functions, due to some pesky name changes
100+
In versions earlier than 1.21, the function folder should be called `functions`, due to some pesky name changes
101101
Mojang introduced in a recent update.
102102
:::
103103

@@ -214,7 +214,7 @@ For example, we can use `@e` with a `type` criteria to select all entities of a
214214
`@e[type=minecraft:cow]` would select all cow entities.
215215

216216
I'm not going to explain every single criteria you can use - you can view a list
217-
[here](/wiki/concepts/target_selectors#additional-arguments). These are the basic ones which you might see quite often:
217+
[here](/wiki/concepts/target-selectors#additional-arguments). These are the basic ones which you might see quite often:
218218

219219
| Criteria | Description |
220220
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)