Started by
Chris28TheGreat
on
Topic category: Help with Minecraft modding (Java Edition)
How do I make custom Java entity models for mobs like dragons? I have tried blender and it hasn't worked as well as I hoped, it didn't appear as one of the things I could use as the entity model.
I used .json file by the way
I tried converting it to .java and it complained about an invalid class name
You can’t just change .json for .java because .java is a file with code and JSON files not. I suggest you to use Block V’Bench to make your entities and block. You will have the opportunity to choose if it’s an entity or a block/item.
I use blockbench and make sure to create a new project which says it can be saved as java
I have the same problem, how i can use my model into MCreator?
how can i import my model to MCreator?
When i import a entity model with blockbench is no working, it commplained about an invalid class name
This happened to me too. I deleted the comments at the top of the code generated by Blockbench and then it worked.
when you originally made the custom mob in blockbench did you name it? if you don't Mcreator does not allow it or names it model custom.
you also have to export the model as a java entity not a .json.
Next snapshot will fix this: https://mcreator.net/tracker/issue/60020 :)
Thanks you very much. it work too. it sound illogic but thanks anyway