Jump to content

Recommended Posts

Posted

I looked on some 1.6.4 tutorials on how to make armor but those did not work in 1.7.2. sad.gif

My question is:

How do you make armor in 1.7.2? grin.gif

I never post on the forums, but when I do, I have no clue how to do a certain thing.

Posted

Can't fix your problem unless we know what you did wrong.

Code please.

I don't have code to show.

I also have no idea how to start

I never post on the forums, but when I do, I have no clue how to do a certain thing.

Posted

You said you looked at tutorials and they "didn't work". Tell us how they "didn't work" and show what you tried.

They did not work because it changed how to set the armour model texture.

This is my EmeraldArmour code:

 

public EmeraldArmour(ArmorMaterial material, int armorID, int typeID, String name) {

super(material, armorID, typeID);

setUnlocalizedName(name);

setTextureName(MoMinecraft.MODID + ":" + getUnlocalizedName());

setCreativeTab(CreativeTabs.tabCombat);

}

 

 

EDIT:

It's fixed

I never post on the forums, but when I do, I have no clue how to do a certain thing.

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.