Started by
McKDowdle
on
Topic category: Help with Minecraft modding (Java Edition)
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
Topic category: Help with Minecraft modding (Java Edition)
Does anyone know how to make a wither like mob? I need it to look like a wither.
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
But it does not show up on the entity shape
you mean it doesn't show up in the blockbench selection? It does for me
No, on mcreator there is no wither shape.
yes, that's why you have to make the model in Bockbench and import it in MCreator
When you import it, On mcreator, Entity model does not show "wither''
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)
I know that. when I look at the list it does not show wither. even when I don't import it.
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?
yes
Figured it out! thank you so much! I not really all that good at coding. But i can code a little
alright
The problem was, when you said import, I thought you meant PNG files. But You need JAVA files.
I'm glad you figured that out, remember to always check what's the right format before using models in MCreator