Started by
LetsPlayGame
on
Topic category: Help with Minecraft modding (Java Edition)
I'm currently trying to create armor that doesn't pop out of the player. Similar to the hero armors within Lucraft's Heroes Expansion mod.
Something similar to how the Spider-Man Suit is as thin as the players skin
https://ibb.co/dtgxwGW
Something similar to this
Armors are made by 2 layers, the second layer is the one used for the pants, making the armor in that layer it will do the thing you want, the first layer is an overlay of the second.
making the armor more tight than that will make a graphic glitch for the overlap of the armor texture and the skin texture
or you change the player skin with the skin you want when the player equip the entire armor, but I don't know client implementation.
You can find tutorials on custom armor models, (which you would probably have to use). just search youtube: minecraft modding custom armor model