Minecraft Wiki
mNo edit summary
mNo edit summary
Line 7: Line 7:
 
**** {{nbt|int|Operation}}: Modifier Operation. See [[Attribute#Modifiers|Attribute Modifiers]] for info.
 
**** {{nbt|int|Operation}}: Modifier Operation. See [[Attribute#Modifiers|Attribute Modifiers]] for info.
 
**** {{nbt|double|Amount}}: Amount of change from the modifier.
 
**** {{nbt|double|Amount}}: Amount of change from the modifier.
 
**** {{nbt|int-array|UUID}}: The modifier's [[UUID]], stored as four ints. Used when equipping and unequipping the item to identify which modifier to add or remove from the entity.
**** {{nbt|long|UUIDMost{{until|java 1.16}}}}: Uppermost bits of the modifier's [[UUID]].
 
**** {{nbt|long|UUIDLeast{{until|java 1.16}}}}: Lowermost bits of the modifier's [[UUID]].
 
**** {{nbt|int-array|UUID{{upcoming|java 1.16}}}}: The modifier's [[UUID]], stored as four ints. Used when equipping and unequipping the item to identify which modifier to add or remove from the entity.
 
 
</onlyinclude></div><noinclude>
 
</onlyinclude></div><noinclude>
 
[[Category:Top-level data pages]]
 
[[Category:Top-level data pages]]

Revision as of 22:24, 23 June 2020

    •  AttributeModifiers: Contains Attribute Modifiers on this item which modify Attributes of the wearer or holder (if the item is not in the hand or armor slots, it has no effect).
      • : A single Attribute Modifier.
        •  AttributeName: The name of the Attribute this Modifier is to act upon.
        •  Name: The name of the Modifier. Has no known effect.
        •  Slot: Slot the item must be in for the modifier to take effect. "mainhand", "offhand", "feet", "legs", "chest", or "head".
        •  Operation: Modifier Operation. See Attribute Modifiers for info.
        •  Amount: Amount of change from the modifier.
        •  UUID: The modifier's UUID, stored as four ints. Used when equipping and unequipping the item to identify which modifier to add or remove from the entity.