Problems with Java Entity Model

Started by MortiusTitanOfDeath on

Topic category: Troubleshooting, bugs, and solutions

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Problems with Java Entity Model

Hello, I am having trouble with my recent entity model and I'm not sure why it doesn't work. The console, once I import my model and use it with an entity, says the following : (Model name + folder) error: illegal underscore and error: not a statement. I made sure that my model was in Forge 1.17+ (Mojmaps), that the cube and group names were written correctly, that groups were well organised... and unfortunately, nothing seems to work. I even removed the underscores to attach the words together instead.

Gradle Build :

https://pastebin.com/6HgpGZDW

 

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
as you've said its…
Wed, 09/06/2023 - 19:47

as you've said its refrencing illegal underscore, go into blockbench and rename "rib_cage" to just "ribcage" and it should work

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks for your response,…
Wed, 09/06/2023 - 21:16

Thanks for your response, but this was pretty long ago and I just decided to remake the model in the end. But at least now I know.