Skip to content

Commit b8efbe3

Browse files
authored
Fix capitalization of THis to This (#98)
great commit 10/10
1 parent 676d228 commit b8efbe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/guide/misc/raycasts/+page.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ player is looking at and do something to it, such as spawning an explosion.
1212
This tutorial uses a neat thing called a **_recursive function_**. A recursive function is a function that runs itself over and over again.
1313
:::
1414

15-
This method works due to a special behaviour of Minecraft functions - functions are always run at a position and rotation. THis means that we can run a function at a postition, move it forward in the direction, and run it again, over and over again. This is how we can make a raycast.
15+
This method works due to a special behaviour of Minecraft functions - functions are always run at a position and rotation. This means that we can run a function at a postition, move it forward in the direction, and run it again, over and over again. This is how we can make a raycast.
1616

1717
## Method
1818
This method will show you how to find what entity that a player is looking at. This is useful for many reasons - if you wanted to make a gun datapack, you'd need to damage the entity that a player is looking at in order to damage them.

0 commit comments

Comments
 (0)