diff --git a/TwosideKeeper.jar b/TwosideKeeper.jar index 61654e1..43be9cd 100644 Binary files a/TwosideKeeper.jar and b/TwosideKeeper.jar differ diff --git a/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java b/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java index ac35d56..b5b38db 100644 --- a/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java +++ b/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java @@ -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 oldlore = m.getLore(); oldlore.add(0,ChatColor.DARK_BLUE+""+ChatColor.MAGIC+item.getType());