Published on July 26, 2023

Cosmetic Armor Template [For resource pack makers]

Have you ever wanted to make custom cosmetics without ruining your sirvival world achievement? Well this template does that, its simply just a resource pack, not an addon or a behaviour pack.

Downloads

  • cosmetic_template.zip (50.33 KB)

Resolutions

Installation Guides

1
I think 1.20.30 breaks this resource pack
1
hello! I have a problem with texture overlays. I assigned a different texture to the same gunpowder and set everything up fine in gio. everything works correctly, but I wanted to add another texture to the iron helmet so that if I put an arrow in the zero slot instead of gunpowder, it would be displayed, but it doesn't work that way. I tried to create a second file in "attachables", one texture works, the other does not, I tried all the commands in one file, the same thing. can you help how to make multiple textures on the same armor element? I'm sorry if I couldn't explain properly how I did it. but can you help me please?
1
we have the same problem.
1
Do you have discord? I think I can help you
1
Thanks, I appreciate the kind work! Great job indeed. Keep up the good work! 👍
1
Your template really helped me out while making custom armor models in textures! I was having a problem though. Whenever I use one slot on the inventory using the query.is_item_name_any('slot.inventory', 0, 'minecraft:gunpowder'), I can't use the same slot since the default texture overrides it.. basically my code looks like this in the texture part..

"textures": [
"query.is_item_name_any('slot.inventory', 0, 'minecraft:gunpowder') ? Texture.adamantine : (Texture.default)", "query.is_item_name_any('slot.inventory', 0, 'minecraft:stick') ? Texture.swordbreaker : (Texture.default)", "Texture.enchanted"

I was really trying my best to sort this problem. What I'm trying to do is to use the same inventory slot for changing the texture of the cosmetic. can you try and help me out?
1
to elaborate further, if I put the gunpowder in the 0 inventory slot, the texture will change to adamantine and if there is no gunpowder or a different item is in it, it will change back to netherite helmet (I was using the netherite helmet attachable on this btw). Which works as intended. The problem is that, when I put the stick in the 0 inventory slot, the texture did not change to swordbreaker.. just the same netherite texture.

I really hope you can help me out on this one.
1
This comment has been removed
1
Did you insert a geomety or texture on the attachable file?
1
I did have some geometries and textures in the attachable files.
1
Can you do animations?
1
Yeah, you can, but youll have to do it yourself though. Remember, this pack is a template, not an actual resource pack meant for using.