Advertisement
Creepinson

add

Mar 25th, 2017
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. @Override
  2. public void addInformation(ItemStack stack, EntityPlayer playerIn, List<String> tooltip, boolean advanced) {
  3. if(stack == new ItemStack(ItemHandler.Essence, stack.getCount(), 3)){
  4.  
  5. tooltip.add(TextFormatting.LIGHT_PURPLE + "Magical...");
  6.  
  7. }
  8. super.addInformation(stack, playerIn, tooltip, advanced);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement