... | @@ -282,21 +282,14 @@ another_example_item: |
... | @@ -282,21 +282,14 @@ another_example_item: |
|
somedenizentag: a_string
|
|
somedenizentag: a_string
|
|
```
|
|
```
|
|
|
|
|
|
#### Armor Trim NBT
|
|
#### Trim
|
|
```yml
|
|
Sets the trim of the item.
|
|
another_example_item:
|
|
|
|
Id: iron_chestplate
|
|
|
|
NBT:
|
|
|
|
Trim:
|
|
|
|
material: minecraft:iron
|
|
|
|
pattern: minecraft:shaper
|
|
|
|
```
|
|
```
|
|
```yaml
|
|
example_item:
|
|
# 1.21+
|
|
Material: GOLD_CHESTPLATE
|
|
Trim_1_21:
|
|
Trim:
|
|
Id: IRON_CHESTPLATE
|
|
Material: IRON
|
|
Options:
|
|
Pattern: WILD
|
|
Trim: amethyst.shaper
|
|
|
|
```
|
|
```
|
|
|
|
|
|
#### Firework
|
|
#### Firework
|
... | @@ -483,5 +476,6 @@ LegendarySword: |
... | @@ -483,5 +476,6 @@ LegendarySword: |
|
DropClientSide: false
|
|
DropClientSide: false
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
## Examples
|
|
More item examples can be found in the [Examples](/examples/Common-Examples#items) section. |
|
More item examples can be found in the [Examples](/examples/Common-Examples#items) section. |
|
|
|
\ No newline at end of file |