What program(s) would you guys recommend for me to make my own mob model?

Started by QB on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What program(s) would you guys recommend for me to make my own mob model?
Sun, 06/30/2019 - 19:41 (edited)

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
Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hello! I used Techne before,…
Sun, 06/30/2019 - 19:54

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/

Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I use Blockbench too, but…
Mon, 07/01/2019 - 06:07

I use Blockbench too, but thought Blockbench can only make .json file? Doesn't mobs uses .java model?

Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How? Could you show me?
Mon, 07/01/2019 - 09:42

How? Could you show me?

Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When creating a new model,…
Mon, 07/01/2019 - 10:05

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

Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Wow, its been there the…
Mon, 07/01/2019 - 10:18

Wow, its been there the whole time? Yeah, I found that option, thanks!

Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok, I'll give it a try…
Mon, 07/01/2019 - 15:03

Ok, I'll give it a try Tabula a try, thanks!

Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Blockbench has export…
Mon, 07/01/2019 - 16:33

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 ...

Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Wow, I didn't realise that…
Mon, 07/01/2019 - 17:01

Wow, I didn't realise that Blockbench have that much functions. Thanks!

Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh, forgot to ask, is there…
Mon, 07/01/2019 - 17:57

Oh, forgot to ask, is there a way to change a .json file to .java file?

Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Dont Worry! 
Sun, 07/07/2019 - 21:56

Dont Worry! 

Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Open .json file and export…
Sun, 07/07/2019 - 22:06

Open .json file and export to Java Class

Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks, and sorry for the…
Tue, 07/09/2019 - 12:01

Thanks, and sorry for the late reply!