Started by
scarfcrow
on
Topic category: Help with MCreator software
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
Literally happened to me too.
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
Turns out, I had an old version of GeckoLib lingering around, I uninstalled it, regenerated code, and it works now! Thank you!