Skip to content

Commit

Permalink
1.19.x: fix the typo of a word (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
srcres258 authored Sep 14, 2023
1 parent 7db7421 commit 2fdf4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/datagen/client/modelproviders.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The `BlockModelProvider` is used for generating block models via `BlockModelBuil

### `ItemModelProvider`

The `ItemModelProvider` is used for generating block models via `ItemModelBuilder` in the `item` folder. Most item models parent `item/generated` and use `layer0` to specify their texture, which can be done using `#singleTexture`.
The `ItemModelProvider` is used for generating item models via `ItemModelBuilder` in the `item` folder. Most item models parent `item/generated` and use `layer0` to specify their texture, which can be done using `#singleTexture`.

!!! note
`item/generated` can support five texture layers stacked on top of each other: `layer0`, `layer1`, `layer2`, `layer3`, and `layer4`.
Expand Down

0 comments on commit 2fdf4c8

Please sign in to comment.