Minor fix for -1 breaks remaining.
This commit is contained in:
parent
cb1b8fbd6a
commit
468b298fa7
Binary file not shown.
@ -154,6 +154,7 @@ public class GenericFunctions {
|
|||||||
|
|
||||||
public static ItemStack convertArtifactToDust(ItemStack item) {
|
public static ItemStack convertArtifactToDust(ItemStack item) {
|
||||||
//Add one line of lore to indicate it's broken dust.
|
//Add one line of lore to indicate it's broken dust.
|
||||||
|
item = addHardenedItemBreaks(item,1);
|
||||||
ItemMeta m = item.getItemMeta();
|
ItemMeta m = item.getItemMeta();
|
||||||
List<String> oldlore = m.getLore();
|
List<String> oldlore = m.getLore();
|
||||||
oldlore.add(0,ChatColor.DARK_BLUE+""+ChatColor.MAGIC+item.getType());
|
oldlore.add(0,ChatColor.DARK_BLUE+""+ChatColor.MAGIC+item.getType());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user