Mcreator gives error when I use exported entity model from .jar file

Started by Noob vs Pro vs… on

Topic category: Help with modding (Java Edition)

Last seen on 14:32, 15. May 2020
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mcreator gives error when I use exported entity model from .jar file

Hello, I want to create this mod:" Mutant Nether Mobs Mod." I wanted to start with Mutant Zombie Pigman, for it I need Mutant Zombie entity model. I couldn't find that model anywhere I want. So I decompiled "Mutant Beasts Mod" .jar file. And I tried a file It didn't work. I found a new Mutant Zombie Model .java file. I exported it. This wizard popped up: https://drive.google.com/open?id=1oYSnYQTu3dmhoN2hrWt_3Ck0Up8g1RyN

First, I didn't set any animations and I got compile error. Then I tried some animations, but same error again. How I can fix that error?

Log:

C:\Users\Administrator\MCreatorWorkspaces\testii\build\sources\main\java\net\mcreator\testii\MCreatorMutantZombie.java:252: error: cannot find symbol
		public void animate(final MutantZombieEntity zombie, final float f, final float f1, final float f2, final float f3, final float f4,
		                          ^
  symbol:   class MutantZombieEntity
  location: class ModelMutantZombieModel
C:\Users\Administrator\MCreatorWorkspaces\testii\build\sources\main\java\net\mcreator\testii\MCreatorMutantZombie.java:543: error: cannot find symbol
		protected void animateThrow(final MutantZombieEntity zombie) {
		                                  ^
  symbol:   class MutantZombieEntity
  location: class ModelMutantZombieModel
C:\Users\Administrator\MCreatorWorkspaces\testii\build\sources\main\java\net\mcreator\testii\MCreatorMutantZombie.java:685: error: cannot find symbol
		protected void animateDeath(final MutantZombieEntity zombie) {
		                                  ^
  symbol:   class MutantZombieEntity
  location: class ModelMutantZombieModel
3 errors

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUİLD FAILED in 21s

 

Last seen on 14:00, 14. Nov 2023
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Taking stuff from other mods…
Wed, 04/01/2020 - 12:02

Taking stuff from other mods is not allowed unless the author of the mod gave you the permission to do it. Other people created this mob and you want to use it?!

Last seen on 14:32, 15. May 2020
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So, I must make my own…
Wed, 04/01/2020 - 12:53

So, I must make my own entity model. Is it right? I thought I can use someone else's mod and modify it. I don't know How I can make mutant mob models. So just I said that. But I didn't know that.

Last seen on 14:00, 14. Nov 2023
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Unless the author gives his…
Wed, 04/01/2020 - 12:55

Unless the author gives his authorization, yes! Picture yourself working for hours on a model, do you want someone to take your work for his own mod and not even credit you?

Last seen on 14:00, 14. Nov 2023
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
No! Did u ask for the author…
Wed, 04/01/2020 - 13:00

No! Did u ask for the author's authorization?

Last seen on 14:32, 15. May 2020
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
No, I didn't. But I don't…
Wed, 04/01/2020 - 13:05

No, I didn't. But I don't think he will let me do that. So I will start a new model.

So, I must make my own…
Wed, 04/01/2020 - 16:10

So, I must make my own entity model. Is it right? I thought I can use someone else's mod and modify it. I don't know How I can make mutant mob models. So just I said that. But I didn't know that.

Without actual permission from the author, you need to make own model.

And don't use Techne for this, use BlockBench.

Last seen on 14:32, 15. May 2020
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm already trying to do…
Wed, 04/01/2020 - 16:32

I'm already trying to do this in BlockBench.

I suggest you check our…
Wed, 04/01/2020 - 16:35

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei

On this playlist there are some useful BlockBench tutorials worth checking.