Posted November 4, 201411 yr Hello, I cant find the ItemToolTipEvent function to add some description to my item so anyone can show me an simple example to do it? PS: I tried to use addInfomation function but nothing to display on tooltip shape ... thx
November 4, 201411 yr Show what you have tried. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
November 4, 201411 yr In the addInformation method use list.add(EnumChatFormatting.AQUA + "Awsome String");
November 4, 201411 yr Author I tried this: <spoiler> public void addInformation(ItemStack itemStack, EntityPlayer player, List list, boolean par4) { list.add("test"); //list.setForeground©; } </spoiler> But nothing appares
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.