problem with custom entity compilation

Started by giz_Apex on

Topic category: Help with MCreator software

Last seen on 12:14, 10. Jan 2024
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
problem with custom entity compilation

Hello I have a problem with my custom deer entity, I have already consulted the forum but I did not find anything (except on another subject but it is because the person does not use the same version.);

My problem is when I import my java deer_model (with the correct version) into mcreator and apply it to my entity, when I save the mod element my compilation fails and this message appears:

"Your workspace contains mod items that don't compile properly."

 

Thanks in advance.

Last seen on 18:51, 7. Jan 2022
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm having a similar issue…
Fri, 01/07/2022 - 18:46

I'm having a similar issue. Something I see a lot of people ask for is the log/console information of the error. Could you add that to your post so folks have a better idea of what is going on?

Last seen on 20:07, 9. Feb 2024
Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
To get debug information go…
Sat, 01/08/2022 - 16:55

To get debug information go to Console:

Console button in MCreator

 

Use "Run specific Gradle task":

Run specific Gradle task in MCreator

 

And type "build --debug":

build --debug in the console of MCreator

 

Then wait until it says build failed again and scroll up until you see red text. That'll probably get you on the right track if you can understand it. If you can't, feel free to ask on the forum.

You are welcome.