Started by
woodcreatures
on
Topic category: Help with Minecraft modding (Java Edition)
Hi,
I see that only Biped and Zombie (so basically Biped only) can wear equipment and that's ok but I have a problem.
I make a Biped model in Blockbench (Steve or Alex) and when I import into mcreator it is my Biped Model but can't wear any equipment
So is this working only with BIPED model which is already "build in" Mcreator ?
thank you for your reply
How comes I never get a single reply to my topics ? Really no one knows anything ?
Anyone here can give a hint please ? I really have no clue and I've been trying since ages
thank you
i'm not sure how to help you, but I'll bump this for you.
you may have created a "biped" model, but it still doesn't have layers. rendering of equipment (armor, elytra, held item...) for mob models in Minecraft are handled by layers that are applied to the mob model. there's basically a BipedArmorLayer class which handles the rendering of equipped armor for biped entities (e.g. players and zombies). since you created a "biped model" from scratch, it doesn't have layers as Blockbench doesn't offer support for that. you'd need to code it in your entity's Java class in order for equipped armor to show up. but personally... idk how to do it yet as I'm still trying to grasp how the system works. so right now, your best bet that doesn't involve code might just be to make a biped skin and use only the built-in biped model.
if there's someone else who knows how to make layers tho, I hope they comment their solution/s here too.
thank you very much for both replies to my posts. Both help a lot