diff --git a/src/main/java/de/ellpeck/actuallyadditions/items/ItemFoods.java b/src/main/java/de/ellpeck/actuallyadditions/items/ItemFoods.java index 947df3498..05f8d4c2c 100644 --- a/src/main/java/de/ellpeck/actuallyadditions/items/ItemFoods.java +++ b/src/main/java/de/ellpeck/actuallyadditions/items/ItemFoods.java @@ -134,6 +134,7 @@ public class ItemFoods extends ItemFoodBase{ } @Override + @SideOnly(Side.CLIENT) public void addInformation(ItemStack stack, EntityPlayer player, List list, boolean bool){ if(stack.getItemDamage() == TheFoods.BACON.ordinal() && StringUtil.equalsToLowerCase(stack.getDisplayName(), ELLSPECK)){ String strg = "Yes, this is an ugly texture of bacon with its legs behind its head. This is an homage to Ellpeck, the mod author, being able to put his legs behind his head. Wasn't my idea, so don't judge me.";