NBT Modifier
Format
nbt: <nbt>
nbt-data: <nbt>
Description
This modifier will apply the <nbt>
to the item
Example
custom-model-chestplate:
id: leather_chestplate
nbt:
CustomModelData: 104230
#nbt: "{CustomModelData:104230}"
name: "&aCustom Model Chestplate"
lore:
- "This is a custom model chestplate"
position-x: 1
position-y: 1
colored-leather-chestplate:
id: leather_chestplate
nbt:
display:
color: 16175144
#nbt: "{display:{color:16175144}}"
name: "&aColored Leather Chestplate"
lore:
- "This is a colored leather chestplate"
position-x: 2
position-y: 1
Note
- This modifier will reset all item settings. Therefore, It's recommended to order the settings in the following pattern:
ID (Material)
,NBT
,other item settings