(RESOLVED) Many blocks failed to compile after updating MCreator to 2024.1

Started by scarfcrow on

Topic category: Help with MCreator software

Last seen on 01:44, 26. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(RESOLVED) Many blocks failed to compile after updating MCreator to 2024.1
Sun, 04/14/2024 - 23:25 (edited)

RESOLVED: Check your plugins folder for old plugins (GeckoLib in my case). Remove them and rebuild code, and it should work!

 

I just updated MCreator to 2024.1. My mod seemed to load in perfectly fine, but certain regular blocks (some with custom models, some not), failed to compile for some reason. How do I fix this?

I did try to rebuild code several times, to no effect.

Edited by scarfcrow on Sun, 04/14/2024 - 23:25
Last seen on 09:30, 30. Apr 2024
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Literally happened to me too.
Sun, 04/14/2024 - 12:08

Literally happened to me too.

Do you use any plugins? If…
Sun, 04/14/2024 - 14:11

Do you use any plugins? If yes, try removing them one by one until you find the offending one.

If no plugins are used, please open a valid bug report at https://github.com/MCreator/MCreator/issues and include demo workspace for testing that demonstrates the bug you found

Last seen on 01:44, 26. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Turns out, I had an old…
Sun, 04/14/2024 - 23:24

Turns out, I had an old version of GeckoLib lingering around, I uninstalled it, regenerated code, and it works now! Thank you!