Skip to content
GitLab
Explore
Sign in
Register
MythicCraft
MythicMobs
Wiki
Items
Items
Items
· Changes
Page history
Added armor trim NBT example
authored
Jul 13, 2023
by
Amy
Hide whitespace changes
Inline
Side-by-side
Items/Items.md
View page @
ea7ec7b2
...
@@ -264,6 +264,16 @@ another_example_item:
...
@@ -264,6 +264,16 @@ another_example_item:
somedenizentag
:
a_string
somedenizentag
:
a_string
```
```
#### Armor Trim NBT
```
yml
another_example_item
:
Id
:
iron_chestplate
NBT
:
Trim
:
material
:
minecraft:iron
pattern
:
minecraft:shaper
```
### **ItemVersion**
### **ItemVersion**
### **CRUCIBLE ONLY **
### **CRUCIBLE ONLY **
Updates the item on MM reload when ItemVersion differs.
Updates the item on MM reload when ItemVersion differs.
...
...