Started by
XXNiNjaGam1ng
on
Topic category: Help with Minecraft modding (Java Edition)
im making a mob for my mod and i have a java modle for it and when ever i go to test it it keeps crashing before i get to the title screen ive had this problem for a few days and i updated to the latest version and it still wont work and i used blockbench for the modle
Okay so basically you can go into the java file of the Model when you export it and When you look inside it, And Since I had this exact same problem there's the line: " public class example<T extends> extends EntityModel<> { ",
Which it should actually be:
"public class example<T extends Entity> extends EntityModel<T> {".
And sadly I had to keep writing Entity and the Letter T every time I wanted to add a model, but today it just fixed itself somehow
and hopefully this should work because I spent like a day and half trying to fix it
hey thank you for rsponding but i went to go try but it already had it in
This may be the solution, it worked for me:
Make sure you don't have a folder inside a folder in blockbench.
For example, dont have
Legs(folder)
>Lleg(Folder)
>>Lleg(block)
keep folders seperate
OMG DUDE TYSM IT WORKS