Jump to content

[1.9] Tools and armor


Egietje

Recommended Posts

Hi

 

The mentioned youtuber I found after a quick google search is from germany and thus his tutorials are in german, but feel free to check him out:

 

https://www.youtube.com/user/HyCraftLP

 

Furthermore I suggest to investigate the vanilla code, it is pretty straight forward what to do.

 

Sincerely -pick

Since English is not my mother tongue, my sentences may are confusing.

 

I'm coding java for a long time now - just MC and forge stop me sometimes.

Link to comment
Share on other sites

You can look at a project I am working on if you'd like It has more than tools and armor but one thing to note is ItemArmor.addArmorMaterial was/is broken. So you have to add the enum manually with EnumHelper.addEnum in replacement of the broken one. Anyways, I hope this is helpful and here is the link to a working example armor class I made. https://github.com/SeqSEE/HempFarmer/blob/master/src/main/java/com/mch/hempfarmer/item/HFArmor.java

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.