From 6cce48eed45e1bd9f4e4c1e44387725c8c8e96fa Mon Sep 17 00:00:00 2001 From: Olof Larsson Date: Tue, 15 Oct 2013 15:21:25 +0200 Subject: [PATCH] Updating the vanilla side of the itemstackformat.txt for item attributes. --- itemstackformat.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/itemstackformat.txt b/itemstackformat.txt index b2799b6f..964b9b4f 100644 --- a/itemstackformat.txt +++ b/itemstackformat.txt @@ -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) + } + ... + ] } }