Skip to content

Commit

Permalink
Update item.json
Browse files Browse the repository at this point in the history
Somebody changed the details of the JSON tag and added more useless
output
  • Loading branch information
mcmonkey4eva committed Dec 4, 2014
1 parent fe10161 commit 1d7ded5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/aufdemrand/denizen/objects/dItem.java
Expand Up @@ -721,7 +721,7 @@ public String getAttribute(Attribute attribute) {
// -->
if (attribute.startsWith("json")) {
String JSON = CraftItemStack.asNMSCopy(item).C().getChatModifier().toString();
return new Element(JSON.substring(176, JSON.length() - 154))
return new Element(JSON.substring(176, JSON.length() - 186))
.getAttribute(attribute.fulfill(1));
}

Expand Down

0 comments on commit 1d7ded5

Please sign in to comment.