How can I make my custom model mob wear armour with armour texture.

Started by Ping Pong on

Topic category: Help with modding (Java Edition)

Last seen on 08:09, 18. Sep 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I make my custom model mob wear armour with armour texture.

How can I make my custom model mob wear armour with armour texture?

Last seen on 16:53, 8. Jul 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This will only work with…
Wed, 07/01/2020 - 09:49

This will only work with some biped textures and custom Zombie textures, else you will have to make a custom 3D Model and add the texture to the custom moddel!

Last seen on 05:29, 31. Jan 2022
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
your custom entity must be…
Wed, 07/01/2020 - 10:55

your custom entity must be using the standard biped model.

create your custom biped armor.

when defining your custom entity, on the 2nd page there's an option to put Equipment on your entity. put your custom armor in those slots.

Last seen on 05:29, 31. Jan 2022
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
do you mean the texture or…
Wed, 07/01/2020 - 12:32

do you mean the texture or model? if you mean the model, mcreator has it built-in, or you can get it from blockbench. if you want a zombie texture, you can extract it from vanilla minecraft or search and download one from the web

Last seen on 08:09, 18. Sep 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
But I can't find it.
Wed, 07/01/2020 - 13:36

But I can't find it.

Last seen on 08:09, 18. Sep 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The model.
Wed, 07/01/2020 - 13:36

The model.

Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The zombie model was removed…
Wed, 07/01/2020 - 15:22

The zombie model was removed from MCreator, that's why you can't find it. To add visibile armor to mobs with custom model you would probably have to code.

You could make the mob biped, but you would have to resize the texture of the mob (just switch from 64x64 to 64x32) and it would no longer move the arms like a zombie

Last seen on 16:53, 8. Jul 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Or use blockbench download…
Thu, 07/02/2020 - 10:01

Or use blockbench download the CEM Model Loader and load the model

Then download it as .Java and Import it to MCreator 

Now you should be able to give it armor or a Sword!