Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. if (itemstack != null && this.isOwner(par1EntityPlayer) && !this.worldObj.isRemote && itemstack.getItem() == Items.bone) {
  2. if (!worldObj.isRemote) {
  3. FMLNetworkHandler.openGui(par1EntityPlayer, Main.instance, GUIHandler.CAT_GUI, worldObj, 0, 0, 0);
  4. System.out.println("ITWORKS");
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement