Started by
SirCarster
on
Topic category: Help with Minecraft modding (Java Edition)
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
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!
you need delete this in .java before adding to mcreator
I had the same problem, I couldn't find any of that stuff when I opened the java file on notepad.