Changes
Page history
added Equippable field
authored
Nov 14, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Items/Items.md
View page @
9c1b4ea2
...
...
@@ -341,5 +341,16 @@ NetheritePops:
| hasparticles | particles, p | Whether particles should be present | true |
| hasicon | icon, i | Whether the effect icon should be displayed | true |
#### Equippable
Used to handle the
[
equippable item component
](
https://minecraft.wiki/w/Data_component_format/equippable
)
of an item
```
yaml
Material
:
IRON_HELMET
Equippable
:
Model
:
yourNamespace:yourCustomModel
Slot
:
HEAD
```
## Examples
More item examples can be found in the
[
Examples
](
/examples/Common-Examples#items
)
section.
\ No newline at end of file