Minor fix for -1 breaks remaining.

dev
sigonasr2 9 years ago
parent cb1b8fbd6a
commit 468b298fa7
  1. BIN
      TwosideKeeper.jar
  2. 1
      src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java

Binary file not shown.

@ -154,6 +154,7 @@ public class GenericFunctions {
public static ItemStack convertArtifactToDust(ItemStack item) {
//Add one line of lore to indicate it's broken dust.
item = addHardenedItemBreaks(item,1);
ItemMeta m = item.getItemMeta();
List<String> oldlore = m.getLore();
oldlore.add(0,ChatColor.DARK_BLUE+""+ChatColor.MAGIC+item.getType());

Loading…
Cancel
Save