jtrent238

Adding Custom Text Lore to ITEMS - Some Detail to add Chat F

Feb 15th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.27 KB | None | 0 0
  1. public void addInformation(ItemStack par1ItemStack, EntityPlayer par2EntityPlayer, List list, boolean show)
  2. {
  3. list.add("This is line one, and ");
  4. list.add("you should not have too");
  5. list.add("much text per line, nor");
  6. list.add("should you ever have too many lines.");
  7. }
Add Comment
Please, Sign In to add comment