Trouble With Java Model (SOLUTION)

Started by JrCinnamon on

Topic category: Help with modding (Java Edition)

Last seen on 22:38, 29. May 2024
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Trouble With Java Model (SOLUTION)
Sun, 05/12/2024 - 16:46 (edited)

Hey. If you are struggling and have the same errors when make a java model, and you have been slamming your head for hours and deleted your mod on accident, just to refresh it and then be sad, go back and find out that it was the java model in it saying 

 

public class YOURENTITY<T extends YOURENTITY> extends EntityModel<YOURENTITY>

 

 

Welp. Here it the ACTUAL thing you need to spell this, Just open up the java model in notepad then after you make the change THEN put it in mcreator. Or at least worked for me.

public class YOURENTITY<T extends Entity> extends EntityModel<T>

 

Edited by JrCinnamon on Sun, 05/12/2024 - 16:46
Last seen on 20:21, 20. Jun 2024
Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hello, ive been trying to…
Mon, 05/13/2024 - 19:11

Hello, ive been trying to figure out how you fixed it but i cannot comprehend your solution. Could you possibly be so kind and help me out by saying the solution easier?

that would really help alot
(sry for bad english)

Last seen on 20:21, 20. Jun 2024
Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
OMG NEVERMINDim so…
Mon, 05/13/2024 - 19:27

OMG NEVERMIND
im so braindamaged

man youre the best, tysm :D

Last seen on 16:28, 29. May 2024
Joined Jan 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
DUDE THANK YOU ! 
Wed, 05/29/2024 - 16:20

DUDE THANK YOU !