@@ -82,7 +82,7 @@ always ran as an entity (or as the Server) and at a position
8282:::
8383
8484Let'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
87871. Create a folder in your datapack called `data`.
88882. 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
101101Mojang 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
216216I'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