Its possible to find mob model in java minecraft file?

Started by Ping Pong on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Jun 2020
Points:
746

User statistics:

  • Modifications: 0
  • Forum topics: 26
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 32
Its possible to find mob model in java minecraft file?
Sun, 06/28/2020 - 07:12 (edited)

Its possible to find mob model in java minecraft file?

Edited by Ping Pong on Sun, 06/28/2020 - 07:12
Active 3 years ago
Joined Mar 2020
Points:
1258

User statistics:

  • Modifications: 2
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1149
No, but you can get the…
Sun, 06/28/2020 - 20:08

No, but you can get the models from Blockbench.

Active 4 years ago
Joined Jun 2020
Points:
746

User statistics:

  • Modifications: 0
  • Forum topics: 26
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 32
So how to can I get model…
Mon, 06/29/2020 - 06:28

So how to can I get model from blockbench, because I want to get a model with the same movement like a zombie.

Active 3 years ago
Joined Mar 2020
Points:
1258

User statistics:

  • Modifications: 2
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1149
Open up a skin type project,…
Mon, 06/29/2020 - 12:37

Open up a skin type project, choose the model you want, in this case zombie, and then after it is created convert it into a java entity model. You can find the convert button under the file button at the top.

Active 4 years ago
Joined Jun 2020
Points:
746

User statistics:

  • Modifications: 0
  • Forum topics: 26
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 32
But I can't make the model…
Tue, 06/30/2020 - 06:01

But I can't make the model raising its arm like a zombie.

Active 4 months ago
Joined Dec 2017
Points:
857

User statistics:

  • Modifications: 8
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 98
to do that you just…
Tue, 06/30/2020 - 06:32

to do that you just implement an animation of its arms like a zombie

Active 4 years ago
Joined Jun 2020
Points:
746

User statistics:

  • Modifications: 0
  • Forum topics: 26
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 32
How?
Tue, 06/30/2020 - 13:15

How?