Started by
Noob vs Pro vs…
on
Topic category: Help with Minecraft modding (Java Edition)
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
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?!
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.
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?
OK, will you help me If I give his mod's credit? Or I will start my own Zombie model.
Mod: https://www.curseforge.com/minecraft/mc-mods/mutant-beasts
No! Did u ask for the author's authorization?
No, I didn't. But I don't think he will let me do that. So I will start a new model.
Without actual permission from the author, you need to make own model.
And don't use Techne for this, use BlockBench.
I'm already trying to do this in BlockBench.
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.
https://drive.google.com/open?id=1JgYplWNZE4_AaYBjD2SULr8-NtUQ5anE
I tried that. But I'm thinking It isn't very well.