Jump to content

[1.9] GetCurrentArmor: works in 1.8, not 1.9. What do I use now?


Kander16

Recommended Posts

Hi,

 

When trying to update my mod to version 1.9, I saw that I could use player.getCurrentArmor anymore.

What changed in 1.9? And what do I need to use now instead of player.getCurrentArmor(index)?

 

Thanks.

Creator of the Master Chef Mod and many more to come.

 

If I helped you, please click the 'thank you' button.

Link to comment
Share on other sites

Use

EntityLivingBase#getItemStackFromSlot

.

 

You shouldn't be updating to 1.9, you should be updating to 1.10.2 or at least 1.9.4.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

1.9.4 is the final version of Minecraft for 1.9, it also does contain bug fixes, and it should be downwards compatible if it doesn't mess with changes made mainly bugfixes.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Link to comment
Share on other sites

Why I shouldn't update to 1.9. Too many bugs?

 

You should always be developing for the most recent version of Forge. This is the only version that receives new features and bug fixes.

 

1.10.2 is 99% backwards compatible with 1.9.4, so most 1.9.4 mods will work in 1.10.2.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.