Can't make mob with custom model in Mcreator 179

Started by SirCarster on

Topic category: Help with modding (Java Edition)

Last seen on 12:10, 15. Jun 2018
Joined Jun 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can't make mob with custom model in Mcreator 179
Tue, 06/12/2018 - 14:49 (edited)

I HAVE RETURNED 

Alright, here's the problem.

When I try to make a mob in Mcreator with a custom model it crashes, all the time

IDK why it keep doing this, I am using .java files also.


CRASH PAGE 

https://hastebin.com/raw/jusimubamo

 

CODE 

https://hastebin.com/raw/mufemuvoxi


So yeah, if someone can make a good tutorial for Mcreator 179 on this, I'll be happy.

Simply I want to have custom models in my mob to have variety and I can't do that because of this.

I also don't want to use Biped Models over and over, thank you.  

Edited by SirCarster on Tue, 06/12/2018 - 14:49
Last seen on 15:44, 6. Dec 2020
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hey guy,everything what you…
Mon, 08/06/2018 - 03:49

Hey guy,everything what you need is delete this
 

package net.minecraft.manaskeleton;

import net.minecraft.client.model.ModelBase;
import net.minecraft.client.model.ModelRenderer;
import net.minecraft.entity.Entity;
 
or something like this!

Last seen on 15:44, 6. Dec 2020
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you need delete this in …
Mon, 08/06/2018 - 03:53

you need delete this in .java before adding to mcreator

Last seen on 14:52, 1. Oct 2020
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I had the same problem, I…
Sat, 09/08/2018 - 12:26

I had the same problem, I couldn't find any of that stuff when I opened the java file on notepad.