error: cannot find symbol issue

Started by An12854 on

Topic category: Help with MCreator software

Last seen on 18:11, 18. Jun 2022
Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
error: cannot find symbol issue

So, I'm making a mod which adds characters from a specific game for 1.16.5, but when i compile the mod it throws me lots of errors like

error: cannot file symbol
    texWidth = 16;
    ^

I am using a custom model made in blockbench using the Mojimaps exporter
when using the premade models it works normally

 

Here's the workspace: https://mega.nz/file/zDgHVawK#C-EoWFCuxLO7WQDzM0h5CxA5fsJqqh63ZSDSNSWu548

Last seen on 18:11, 18. Jun 2022
Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Also it seems to only be a…
Wed, 06/08/2022 - 14:45

Also it seems to only be a problem when making a mod (and using a model) for 1.16.5

1.18.2 works correctly