Posted March 8, 20214 yr Hello i am creating a mod to add new features and items to minecraft but i need to set a custom description to help the user know how to use the item. Can anyone help me do the custom descriptions? My forge version is 1.16.5-36.0.43 All the files are in my github troublemaker-47/better-armour (github.com)
March 8, 20214 yr Author Just now, diesieben07 said: Override addInformation in your Item class. Will it still work if all my items were in the same class
March 8, 20214 yr Author 4 minutes ago, diesieben07 said: Then they all share the same implementation of addInformation. and what is that supposed to mean
March 8, 20214 yr Author i know that they are the same implementation of addinformation. so does that mean that i have to call it like this MY_ITEM.addInformation
March 8, 20214 yr Author when i type override addInformation it says cannot resolve symbol addInformation
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.