#Textures not loading (again)

24 messages · Page 1 of 1 (latest)

boreal dirge
#

Hello. I've created a helmet model for the netherite helmet, but the textures are not loading at all. What can I do? I want all netherite helmets to look like the model, but the textures aren't appearing.

lean islandBOT
#
Welcome to the help forum!

Please make sure to read #1029373817119838218 as it may answer your question!

Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.

boreal dirge
#

This is what the code looks like:

#

I'm always having issue with textures.

#

This is the path for the model:
C:\Users\x\Downloads\texturepack\assets\minecraft\models\item\netherite_helmet.json

This is the path for the textures:
C:\Users\x\Downloads\texturepack\assets\minecraft\textures\item\all the textures

#

I don't really know what I'm doing wrong.

woven current
#

Best to check the output log for errors/warnings/messages after you (re)load the pack:

#

!faq output-log

lean islandBOT
# woven current !faq output-log
FAQ
Java: Output Log

The output log will show you errors related to resource packs in Minecraft: Java Edition. Here is how you can enable it.
(PS: Optifine likes to hide vanilla errors/warnings for some weird reason, so always load the game up without it if you don't need it for your pack to work!)
If you don't understand the errors/warnings feel free to show and ask about them (in a help channel).

boreal dirge
woven current
#

"minecraft item wizard"
that's for Bedrock Edition

boreal dirge
#

Ohh!

woven current
#

and that error sounds like it wouldn't load the "Helmet pack" pack at all 🤔

#

not just "doesn't load the model", but the whole pack wouldn't be there

boreal dirge
#

Yeah, I added parent: item/generated, and the model wouldn't show either. It'd only show the vanilla netherite helmet.

woven current
#

that's different from the error cube you have showed though

#

unless we are talking about the helmet on your head in that screenshot, that will always be the default armor helmet

boreal dirge
#

Wait, so I can't change the way armor looks when you wear it? Because that's pretty much what I wanted to do, but failed.

woven current
#

yeah, the armor model is (part of) an entity model and hence cannot be changed with a normal resource pack

boreal dirge
#

Oh, dang.

woven current
#

You'd need to either replace a non-armor item or give yourself one (with commands etc.) with a specific item component to render the item model instead.

boreal dirge
#

I didn't know that... Dang.

#

I guess I'll save the helmet for now and see if I can add a specific component to render the item model...