Help with Biped Model

Started by woodcreatures on

Topic category: Help with modding (Java Edition)

Last seen on 15:46, 28. Mar 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with Biped Model

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

Last seen on 15:46, 28. Mar 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How comes I never get a…
Sat, 04/17/2021 - 18:10

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

Last seen on 17:15, 28. Mar 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i'm not sure how to help you…
Sun, 04/18/2021 - 02:04

i'm not sure how to help you, but I'll bump this for you.

Last seen on 08:14, 28. Nov 2023
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you may have created a …
Sun, 04/18/2021 - 03:28

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.

Last seen on 15:46, 28. Mar 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thank you very much for both…
Sun, 04/18/2021 - 12:17

thank you very much for both replies to my posts. Both help a lot