Compilation issue on custom models

Started by TheCodamanCrew on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Compilation issue on custom models

I've seen many of these issues and tried multiple solutions. Renaming before exporting, renaming after exporting, renaming it in the files after importing, making sure the model and texture matched, deleting my cache, deleting my gradle files. Yet for some reason, the custom mob still doesn't compile.

Does anyone know the solution? I'm staying up way too long to try to solve this issue.

Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What version is it? The top…
Fri, 12/18/2020 - 12:28

What version is it? The top 3 comment lines Blockbench generates could be the problem.

Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could also be using the…
Fri, 12/18/2020 - 14:47

You could also be using the wrong mob export version. If you are in 1.12 export for 1.12. If you are in 1.14 export for 1.14. Etc.

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm using the 1.15.2 version…
Sat, 12/19/2020 - 06:14

I'm using the 1.15.2 version, and the model is 1.15. It gave me a warning for using 1.15 models in 1.14 and a custom model I tried worked.