Skip to content

Commit af97415

Browse files
authored
Fix a typo and update custom item guide (#124)
* Update custom model info with link * Fix typo
1 parent 35908c3 commit af97415

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

  • src/routes

src/routes/guide/adding-new-features/custom-items/intro/+page.svx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ item:
6969

7070
`minecraft:stick` can be any item you want. All custom items need to be based on
7171
an existing item. We do not yet have the functionality to create our own item
72-
IDs. However, we can make use of the `custom_model_data` (or `custom_model` in
73-
recent snapshots) component to change the model or texture of the item.
72+
IDs. However, we can make use of the `item_model` component to change the model or texture of an item as explained in [this guide](/guide/adding-new-features/custom-items/models).
7473

7574
:::

src/routes/wiki/concepts/commands/+page.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function in chat, all the commands in the function will have the same context as
2727
if you ran them in chat.
2828

2929
Functions ran by the game, for instance tick, load, and scheduled functions,
30-
will have the follwing context:
30+
will have the following context:
3131

3232
- the executor is the game server. If you use `@s` in a command, it will not
3333
refer to any entity.

0 commit comments

Comments
 (0)