How do I make a wither like mob?

Started by McKDowdle on

Topic category: Help with Minecraft modding (Java Edition)

Active 11 months ago
Joined Jun 2024
Points:
104

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 20
How do I make a wither like mob?
Wed, 07/17/2024 - 16:30 (edited)

Does anyone know how to make a wither like mob? I need it to look like a wither. 

Edited by McKDowdle on Wed, 07/17/2024 - 16:30
Active 6 hours ago
Joined Apr 2024
Points:
426

User statistics:

  • Modifications: 9
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 474
create a Minecraft skin on…
Wed, 07/17/2024 - 16:51

create a Minecraft skin on Blockbench with model "wither" convert the project into a modded entity, make a texture, export the model and use it on MCreator

Active 11 months ago
Joined Jun 2024
Points:
104

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 20
But it does not show up on…
Mon, 07/22/2024 - 17:35

But it does not show up on the entity shape

Active 6 hours ago
Joined Apr 2024
Points:
426

User statistics:

  • Modifications: 9
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 474
you mean it doesn't show up…
Mon, 07/22/2024 - 18:09

you mean it doesn't show up in the blockbench selection? It does for me

Active 11 months ago
Joined Jun 2024
Points:
104

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 20
No, on mcreator there is no…
Mon, 07/22/2024 - 19:18

No, on mcreator there is no wither shape.

Active 6 hours ago
Joined Apr 2024
Points:
426

User statistics:

  • Modifications: 9
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 474
yes, that's why you have to…
Mon, 07/22/2024 - 19:24

yes, that's why you have to make the model in Bockbench and import it in MCreator

Active 11 months ago
Joined Jun 2024
Points:
104

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 20
When you import it, On…
Mon, 07/22/2024 - 20:09

When you import it, On mcreator, Entity model does not show "wither''

Active 6 hours ago
Joined Apr 2024
Points:
426

User statistics:

  • Modifications: 9
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 474
MCreator can't detect that…
Mon, 07/22/2024 - 20:26

MCreator can't detect that it's a Wither, you need to select your custom model in the entity model list (it should be the last element if you don't have other custom models)

Active 11 months ago
Joined Jun 2024
Points:
104

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 20
I know that. when I look at…
Mon, 07/22/2024 - 20:32

I know that. when I look at the list it does not show wither. even when I don't import it. 

Active 6 hours ago
Joined Apr 2024
Points:
426

User statistics:

  • Modifications: 9
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 474
so you're saying that you…
Mon, 07/22/2024 - 20:40

so you're saying that you made a .java model in blockbench, imported it in MCreator, and it doesn't show up in the list where you have to select the model for an entity? 

Active 11 months ago
Joined Jun 2024
Points:
104

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 20
yes
Mon, 07/22/2024 - 20:45

yes

Active 11 months ago
Joined Jun 2024
Points:
104

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 20
Figured it out! thank you so…
Mon, 07/22/2024 - 20:54

Figured it out! thank you so much! I not really all that good at coding. But i can code a little

Active 6 hours ago
Joined Apr 2024
Points:
426

User statistics:

  • Modifications: 9
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 474
alright
Mon, 07/22/2024 - 20:58

alright

Active 11 months ago
Joined Jun 2024
Points:
104

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 20
The problem was, when you…
Mon, 07/22/2024 - 20:58

The problem was, when you said import, I thought you meant PNG files. But You need JAVA files.

Active 6 hours ago
Joined Apr 2024
Points:
426

User statistics:

  • Modifications: 9
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 474
I'm glad you figured that…
Mon, 07/22/2024 - 21:01

I'm glad you figured that out, remember to always check what's the right format before using models in MCreator