Posted September 13, 201510 yr itemStack.setStackDisplayName("custom name"); System.out.println(itemStack.getDisplayName()); System.out.println(this.worldObj.isRemote); that's gonna print "custom name" and "false" in the console but its showing up the usual itemstack name in minecraft instead of "custom name" What am i doing wrong?
September 13, 201510 yr Author itemStack.setStackDisplayName(name); itemStack.setTagCompound(nbt); I gotta get to bed
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.