Skip to content

Commit

Permalink
Item script lore key: allow newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed May 25, 2021
1 parent eede1df commit 666a4e0
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -271,6 +271,7 @@ public ItemTag getItemFrom(TagContext context) {
line = TagManager.tag(line, context);
lore.add(line);
}
CoreUtilities.fixNewLinesToListSeparation(lore);
NMSHandler.getItemHelper().setLore(stack, lore);
}
// Set Durability
Expand Down

0 comments on commit 666a4e0

Please sign in to comment.