Skip to content

Instantly share code, notes, and snippets.

@Jezza
Created May 2, 2014 08:02
Show Gist options
  • Select an option

  • Save Jezza/3dd9340eb9caf8c568bb to your computer and use it in GitHub Desktop.

Select an option

Save Jezza/3dd9340eb9caf8c568bb to your computer and use it in GitHub Desktop.
if (worldObj.isRemote())
System.out.println(getEntityItem().getItemDamage());
else
System.out.println(getEntityItem().getItemDamage());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment