Started by
giz_Apex
on
Topic category: Help with MCreator software
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.
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?
To get debug information go to Console:
Use "Run specific Gradle task":
And type "build --debug":
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.