mrkirby153

Untitled

Oct 27th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public void saveInfo(ItemStack itemstack, EntityPlayer player, List list, boolean b){
  2. if(itemstack.hasTagCompound()){
  3. int damage = itemstack.getTagCompound().getInteger("damage");
  4. list.add(numOfUses);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment