Posted March 3, 20169 yr I can't seem to find any information on armor model code. I understand it uses LayerArmorBase, but that's all I know. Is there an example somewhere? Or... does vanilla use similar code?
March 3, 20169 yr LayerArmorBase is the base class for the armour layer, LayerBipedArmor is used for all bipedal models. It uses one ModelBiped for the legs and one for the head, chest and boots. Zombies, Skeletons and Armor Stands use their own models instead of the base ModelBiped s. To use custom models for your own armour, you need to override Item#getArmorModel(EntityLivingBase, ItemStack, int, ModelBiped) to return a ModelBiped that renders your armour. I don't know much about rendering, so I can't help you much more than this. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.