Jump to content

Armor piece is purple block when worn


Tatshino

Recommended Posts

it is as the title says

I'm trying to create a mod for fun and keep running into this one issue

I have a helmet i want as the first armor piece of many, but i can't get it to be the model when it is worn by the player or the armor stand

everything i have tried so far kept ending with it being a purple block when worn

i even tried to just use the default model for netherite helmet and the same thing happens

am i doing something wrong?

i have screeenshots of how it looks

 

2023-07-14_12.45.04.png2023-07-14_12.44.53.png

Link to comment
Share on other sites

The magenta is a sign of a missing texture.

If you're doing a custom texture you need to store the png as "...assets/[modid]/textures/models/armor/[armor_name]_layer_1" or as "...assets/[modid]/textures/models/armor/[armor_name]_layer_2".

"...layer_1"'s for helmet/chestplate/boots, "...layer_2"'s for leggings.

Then you just need to return "[modid]:[armor_name]" in the .getName() method of the ArmorMaterial provided to the ArmorItem as argument to it's constructor. If you're using a texture in minecraft's resource pack you can just omit the modid.

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.