Updating the vanilla side of the itemstackformat.txt for item attributes.

This commit is contained in:
Olof Larsson 2013-10-15 15:21:25 +02:00
parent 5f692d215a
commit 6cce48eed4

View File

@ -70,6 +70,18 @@
...
]
}
AttributeModifiers:
[
{
UUIDMost: long
UUIDLeast: long
AttributeName: str (one of "generic.attackDamage", "generic.followRange", "generic.knockbackResistance", "generic.maxHealth", "generic.movementSpeed", "horse.jumpStrength" or "zombie.spawnReinforcements")
Name: str (may not be empty (or null?))
Amount: double
Operation: int (0, 1 or 2)
}
...
]
}
}