Posted May 12, 201312 yr I'm trying to make an enchanted-appearing item in my mod, like the potions in the vanilla Minecraft, but I cannot figure out how to make my non-enchanted item look like it is enchanted.
May 12, 201312 yr If I understand what you mean this is what you need @SideOnly(Side.CLIENT) public boolean hasEffect(ItemStack par1ItemStack) { return true; } http://r1306.hizliresim.com/1b/1/np1mm.png[/img]
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.