Skip to content

Commit

Permalink
🐛 Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
theogiraudet committed Sep 3, 2024
1 parent 9fb4f35 commit 1418787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/hitbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Get the hitbox of a block as a shape, represented by a list of boxes coordinates
:::{treeview}
- {nbt}`compound` Block collision box
- {nbt}`list` **shape**: A list of cube coordinates (format: `[[xmin, ymin, zmin, xmax, ymax, zmax]]`).
- {nbt}`compound` **offset**: Hitbox offset (used for exemple by flowers).
- {nbt}`compound` **offset**: Hitbox offset (used for example by flowers).
- {nbt}`double` **x**: Number describing the X coordinate offset.
- {nbt}`double` **z**: Number describing the Z coordinate offset.
:::
Expand Down

0 comments on commit 1418787

Please sign in to comment.