204205206207208209210211212213214
} NBTTagList loreTagList = new NBTTagList(); for (String l : getLore()) { loreTagList.appendTag(new NBTTagString(l)); } itemstack.stackTagCompound.getCompoundTag("display").setTag("Lore", loreTagList); }