Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
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
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
Items/Items.md
Items/Items.md
+10
-0
No files found.
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.
...
...