#what kind of template do i use to create an armor?
10 messages · Page 1 of 1 (latest)
(Result for "java-armor")
The armor model when worn on players/entities cannot be remodeled in vanilla Java edition, only retextured. Pumpkins and other items set on a player's head can be remodeled for custom hats, but won't display if set on feet/legs/torso.
(Any item can be put on the players head via the /item replace command (aka /replaceitem before 1.18), or ofc via mod or plugin methods).
Furthermore, with this pack you can give a large set of specific leather armor colors a unique texture without interfering with the colors available in a normal survival situation: https://github.com/Ancientkingg/fancyPants
With Optifine it is possible to add texture variants on any armor pieces depending on the name, damage and other nbt, but remodelling is also not possible with it.
Generally it'd be the Minecraft Skin's Main and Leggings settings
I want to create a 3D model of armor for a mod that a friend is developing
the mod is in version 1.12.2
3D armor as in not following the same shape as Vanilla?
the armor will be based on Orespawn's royal armor
but i wanted to try to do it in a 3d model
Afaik you need the Modded Entity format for that (never done 3D armor myself so not quite sure on the process)
I'm going to try Modded Entity