diff options
Diffstat (limited to 'src/main/java')
| -rw-r--r-- | src/main/java/darkknight/jewelrycraft/item/ItemGoldObj.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/darkknight/jewelrycraft/item/ItemGoldObj.java b/src/main/java/darkknight/jewelrycraft/item/ItemGoldObj.java index 929d442..41ac9ec 100644 --- a/src/main/java/darkknight/jewelrycraft/item/ItemGoldObj.java +++ b/src/main/java/darkknight/jewelrycraft/item/ItemGoldObj.java @@ -55,7 +55,7 @@ public class ItemGoldObj extends Item public void addInformation(ItemStack stack, EntityPlayer player, List list, boolean displayInfo) { if (displayInfo) - if(JewelryNBT.item(stack).getItem() instanceof ItemFood) list.add(EnumChatFormatting.DARK_PURPLE + "It's made of solid gold. How are you suppose to eat this?"); + if(JewelryNBT.item(stack).getItem() instanceof ItemFood) list.add(EnumChatFormatting.DARK_PURPLE + "It's made of solid gold! How are you suppose to eat this?"); else list.add(EnumChatFormatting.DARK_PURPLE + "Shiny, but useless :("); } } |
