Skip to content

Commit

Permalink
hopeful deborking for #1578
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Apr 20, 2017
1 parent 5c4a748 commit 9229b27
Showing 1 changed file with 2 additions and 4 deletions.
Expand Up @@ -113,10 +113,8 @@ public static ItemStack addAttribute(ItemStack itemStack, String attr, String sl
tmap.put("Operation", new IntTag(op));
tmap.put("Amount", new DoubleTag(amt));

long tid = attribs.size();

tmap.put("UUIDMost", new LongTag(tid));
tmap.put("UUIDLeast", new LongTag(tid));
tmap.put("UUIDMost", new LongTag(88512 + attribs.size()));
tmap.put("UUIDLeast", new LongTag(1250025L + attribs.size()));

CompoundTag ct = NMSHandler.getInstance().createCompoundTag(tmap);
attribs.add(ct);
Expand Down

0 comments on commit 9229b27

Please sign in to comment.