#made a tpack for armor

1 messages · Page 1 of 1 (latest)

eager cosmos
#

i made a rename for the diamond chestplate, it works but the custom model doesnt load

odd foxBOT
#
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.

eager cosmos
#

i am not sure what i did wrong

low stirrup
#

Best you can do is have an instance of a helmet with a custom equippable component so that it doesn't render the armor model but the item model instead. Though that requires ingame commands or datapacks etc.

eager cosmos
#

i have the mods required from the tutorial
cit/etf/emf

#

thats whats confusing me

low stirrup
#

ah, you didn't have the Optifine Entity tag there, so I thought you were talking about a vanilla pack
-# I added the post tag now

eager cosmos
#

i cant tell if the problem is file type or mcmeta thing

eager cosmos
#

so what could possibly be the problem then

low stirrup
#

if it just loads the vanilla armor, maybe the file is named wrong or the bone structure in the model is wrong?

eager cosmos
low stirrup
#

Afaik the files need to be player_inner_armor.jem and player_outer_armor.jem
And have the following root bones:
head, headwear, body, left_arm, right_arm, left_leg, right_leg

eager cosmos
#

Oh

#

That's possibly why

#

Does it need both player_innerarmor and outer armor or can I just include one

#

I did remove the head, and legs so maybe that made it not work

low stirrup
#

well, inner armor is for the pants basically
outer armor is for the other parts
Each armor .jem you have needs to have exactly those 7 root bones. They can be empty, and they can contain more bones. But you can't have more/less root bones afaik.

eager cosmos
#

Ill try these fixes in a bit then I'll update you

low stirrup
#

actually, idk why headwear would be its own bone 🤔

#

And it wouldn't make sense for the inner_armor to have head and arms now that I think about it 🤔
-# Keep in mind I never worked with this either. I'm just giving out second-hand information and stuff I found on the wiki

eager cosmos
#

bro your toughts are scary 😭

#

im trying to keep all the bones in this time

#

a new error? like i cant move the blocks i added up and down
like a barrier isnt letting me go

low stirrup
eager cosmos
#

i converted it to a javablock item

low stirrup
#

armor is an entity model

#

when worn at least, in the inventory etc. it's an item ofc

eager cosmos
#

idk man im following the tutorial since hes making the json

low stirrup
#

which tutorial?

eager cosmos
#

let me send you the link rq

#

Hello everyone, MannyQUESO here! In todays Blockbench Tutorial I will be showing you how to make a custom chestplate in Minecraft that has a custom model as well! Feel free to subscribe and share! Take care and enjoy!

Required Mods - https://modrinth.com/collection/mwvobTp9

Folder Template- https://drive.google.com/drive/folders/1j4SsnZt_HwUqI...

▶ Play video
#

i made the player_inner and outer, its just the item_properties and _item.json

low stirrup
#

If you just want a texture like the default armor you can do that too

#

and yeah, in an item model you are limited to having cubes in the area from -16 to 32.

eager cosmos
#

I already make the textures
And the model since I put a 3d block

#

Oh

#

Well so item model is pointless right?

low stirrup
#

depends on what you want the item to look like

#

But yeah, the whole "on-player model" part ends around 9:08

#

well, model wise, he does some CIT stuff at the end there that is relevant it seems

#

around 16:20

eager cosmos
#

So only 16:20 and 9:08 is needed for the on player?

low stirrup
#

Everything until 9:08, and then everything after approximately 16:20 seem relevant.

Though idk how his CIT .properties file controls the model it shows 🤔

#

Oh, nvm, I get why he does the CIT part

#

it only works because he made a default model with some extra stuff.

#

Because when it uses the default texture, the extra parts just use transparent parts of the texture
And when his CIT changes the armor texture the texture now has colored in pixels there

low stirrup
#

also, make sure to test out his pack just to make sure it works for you (I saw someone in the comments mention it didn't work with them, even with that example pack)

eager cosmos
#

Oh I will try it out
Tho do I send you my json to look into it?

#

Json includes the model and texture

low stirrup
#

.json is just the Block/Item model

#

.jem is the actual armor model

eager cosmos
#

Oh wait it's a. Jem

#

I just mixed them up in my brain, my bad

low stirrup
#

Actually, are you using a slim player or a wide player skin 🤔 ?
Cause apparently slim (can?) have its own armor model?

eager cosmos
#

Wide skin

low stirrup
#

k, then player_outer_armor.jem should still work

eager cosmos
#

Do I send it?

low stirrup
#

you can send it

eager cosmos
#

We do not need to judge my plans 🥹

low stirrup
#

which version of Minecraft is this gonna be for btw.?

eager cosmos
#

1.21

low stirrup
#

1.21 or 1.21.1?

eager cosmos
#

Just 1.21

low stirrup
#

don't see anything out of the ordinary from that jem 🤔
-# but again, never used it myself, so not sure what can and can't cause problems that much

eager cosmos
#

im not sure either

#

i am not an expert on bb

#

im gonna just try it out like that maybe a miracle happens with the respack

#

@low stirrup yo

#

the model is now working
it seems like i needed to just put the inner layer with the outer layer

#

put now this happens

#

everything works normally just not the body of the chestplate

keen field
eager cosmos