Posted June 17, 201411 yr Simple question, how do I add an enchantment to a tool/weapon without it glowing?
June 17, 201411 yr Override Item#hasEffect. @Override public boolean hasEffect(ItemStack par1ItemStack) { return false; }
June 17, 201411 yr Author No, heres my code setup: The item is an ItemStack thats being rendered on top of a block(not able to pickup). I have a bunch of boolean/int 's and can tell when I have right clicked the block 20 times. What I want is, that when I right click it 20 times(I have all that code done and working) I want it to enchant it without it glowing.
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.