Started by
QB
on
Topic category: Help with Minecraft modding (Java Edition)
What program(s) would you guys recommend for me to make my own mob model? I need to use java model in order to create a custom mob model right? Thanks a lot!
Edited by QB on Sun, 06/30/2019 - 19:41
Hello! I used Techne before, but it's outdated, I suggest using Blockbench, it contains a texture editor, nice interface and the production team is active! Link: https://blockbench.net/
I use Blockbench too, but thought Blockbench can only make .json file? Doesn't mobs uses .java model?
It can make java models too.
How? Could you show me?
When creating a new model, there is an option to create a new entity model. I might send you a screenshot later if I have time
Wow, its been there the whole time? Yeah, I found that option, thanks!
Personaly, I used the Minecraft mod Tabula (https://www.curseforge.com/minecraft/mc-mods/tabula-minecraft-modeler) to make my .java models, but I use BlockBench (blockbench.net) to make my .json models.
Ok, I'll give it a try Tabula a try, thanks!
Blockbench has export support in: Java, Json, Obj, Optfine CEM .... makes animations for Bedrock Edition mobs, has a texture editor, and plugin to import Tabula and Techne files, also contains an importer for structures (.nbt), and several other tools, contains more stability, not consuming excess RAM ...
Wow, I didn't realise that Blockbench have that much functions. Thanks!
Oh, forgot to ask, is there a way to change a .json file to .java file?
Dont Worry!
Open .json file and export to Java Class
Thanks, and sorry for the late reply!