Minecraft Wiki
No edit summary
mNo edit summary
Line 12: Line 12:
 
</onlyinclude></div><noinclude>
 
</onlyinclude></div><noinclude>
 
[[Category:Top-level data pages]]
 
[[Category:Top-level data pages]]
</noinclude>
 
 
[[zh:Player.dat格式/属性修饰符]]
 
[[zh:Player.dat格式/属性修饰符]]
 
</noinclude>

Revision as of 08:30, 23 April 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.
        •  UUIDMost‌[until JE 1.16]: Uppermost bits of the modifier's UUID.
        •  UUIDLeast‌[until JE 1.16]: Lowermost bits of the modifier's UUID.
        •  UUID‌[upcoming: JE 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.