Started by
anlord
on
Topic category: Troubleshooting, bugs, and solutions
I encountered a crash of the game during startup, as soon as the game reaches the initialization of the mod, it immediately crashes with this log: https://pastebin.com/gkuZSpk4
You used a deprecated feature in one of your elements (probably a custom one). You can use '--warning-mode all' to show the individual deprecation warnings to see if they come from your own scripts.
I didn't create my own elements in the code.
and that's what happens after the input with the --warning-mode all argument: https://pastebin.com/J82mGnma
Maybe try to update your version? Honestly the feedback from MCreator's error logs is so unhelpful you may just be better off going through each element and changing things until it fixes itself.