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)

Active 3 years ago
Joined May 2019
Points:
869

User statistics:

  • Modifications: 1
  • Forum topics: 31
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 122
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
Active 3 years ago
Joined Aug 2018
Points:
1044

User statistics:

  • Modifications: 3
  • Forum topics: 28
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 419
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/

Active 3 years ago
Joined May 2019
Points:
869

User statistics:

  • Modifications: 1
  • Forum topics: 31
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 122
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?

Active 3 years ago
Joined May 2019
Points:
869

User statistics:

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

How? Could you show me?

Active 3 years ago
Joined Jun 2016
Points:
3742

User statistics:

  • Modifications: 10
  • Forum topics: 39
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5492
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

Active 3 years ago
Joined May 2019
Points:
869

User statistics:

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

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

Active 3 years ago
Joined May 2019
Points:
869

User statistics:

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

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

Active 3 years ago
Joined Aug 2018
Points:
1044

User statistics:

  • Modifications: 3
  • Forum topics: 28
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 419
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 ...

Active 3 years ago
Joined May 2019
Points:
869

User statistics:

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

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

Active 3 years ago
Joined May 2019
Points:
869

User statistics:

  • Modifications: 1
  • Forum topics: 31
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 122
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?

Active 3 years ago
Joined Aug 2018
Points:
1044

User statistics:

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

Dont Worry! 

Active 3 years ago
Joined Aug 2018
Points:
1044

User statistics:

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

Open .json file and export to Java Class

Active 3 years ago
Joined May 2019
Points:
869

User statistics:

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

Thanks, and sorry for the late reply!