Posted April 22, 20205 yr I want to add wings on both sides of boots. So far, I have learned that my model needs to extend BipedModel and use addChild to attach ModelRenderer to parts. And my item needs to extend ArmorItem and override getArmorTexture and getArmorModel. What I do not understand is how to follow vanilla armor models. Vanilla armor model has to layers with size of 0.5 and 1. I have extended the first layer to 64 by 64 to include textures for wings. How should my model class look to attach wings on both sides of boots without creating two ModelRenderers? And how should my item class look to use two layers? I have spent hours to find some tutorials but they were all either recoloring vanilla textures or adding one model on head. Any examples of custom armor models on top of vanilla armor model would be really appreciated. Also, which program does everyone use when modelling? Edited April 22, 20205 yr by lisilew
April 23, 20205 yr Author 2 hours ago, chubel10 said: Have you tried using blockbench? Maybe some tutorials on that would help I am using Blockbench. However, I cannot get position correctly. I use skin and add cubes to parts. Do I have to use modded entity? Because using position values from Blockbench places cubes differently on Minecraft. Also, the first layer has size of 1 and the second layer has size of 0.5. How should I apply these values on Blockbench?
April 23, 20205 yr To be completely honest, I don't actually know (sorry). All I can tell you is that probably: -It could be an issue with the renderer rather than the model itself. -Modded entity exports as Java code (but only supports up to 1.14 natively but the changes that need to be done are small). -I think that armor models are handled in .JSON files rather than classes but I could be completely wrong. I hope this tutorial can help in some way: https://www.youtube.com/watch?v=MGt11dr0f2o I hope you figure it out.
December 14, 20204 yr Sorry I can't answer your quetion, I'm also learning how to do a custom model for armor. Could you tell me how to do it if you figured out? I know how to make armor with models in json, but I don't know what's bidped model.
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.