Skip to content

Commit 32c1b73

Browse files
olijeffers0nStrokkur424
authored andcommitted
Replace british spelling
1 parent a1adedd commit 32c1b73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/paper/dev/api/entity-api/entity-pathfinder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ for an entity to follow, such as moving to a location, or following a player.
1111

1212
To access the pathfinder for a Mob, you need to call `getPathfinder()` on the Mob. This will return an instance of `Pathfinder`.
1313

14-
:::important
14+
:::note
1515

1616
The pathfinder is only available for entities that implement `Mob`.
1717

src/content/docs/paper/dev/api/entity-api/mob-goals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ slug: paper/dev/mob-goals
44
description: A guide to the mob goal API.
55
---
66

7-
The Mob Goal API is a way of controlling the behaviour of mobs in Minecraft. It allows you to set a goal for a mob to perform, such as
7+
The Mob Goal API is a way of controlling the behavior of mobs in Minecraft. It allows you to set a goal for a mob to perform, such as
88
attacking a player, or moving to a location. It also allows you to create your own custom goals.
99

1010
## Registering a Goal on an Entity

0 commit comments

Comments
 (0)