Topic category: Help with Minecraft modding (Java Edition)
So... I creating my mod on version 1.16.5. When MCreator got version 2022.1 I installed this version. When I exported my mod to .jar and installed it, ran Minecraft and tried to create world (for testing some changes in my mod) game just crashed. I guess that my problem concludes in new biome options (delete of biome types: warm, icy, cold and desert). Can I defeat the problem by normal way? I just have two ideas:
1) Just update mod to 1.18.2 version (but I don't want to update mod to 1.18.2 version).
2) Delete all my biomes (and food same because of food in MCreator is item now, not food like it was before MCreator 2022.1), make a backup without biomes (and food), delete MCreator 2022.1, install MCreator 2021.3 and import backup (without biomes) and make biomes again.
But perhaps you know other ways to defeat problem? Please help me if you know how to fix this problem.
Same problem here, yet I have barely any mod elements (three). My mod is latest version and my elements are: item, creative tab, a procedure.
Console log:
13:04.43 [Render thread/FATAL] [ne.mi.co.ForgeMod/]: Preparing crash report with UUID 2904883d-d27f-4c3b-95a4-6b63ba88ddfb
#@!@# Game crashed! Crash report saved to: #@!@# C:\Users\user\MCreatorWorkspaces\wonders_of_the_world\run\.\crash-reports\crash-2022-05-09_13.04.43-client.txt
AL lib: (EE) alc_cleanup: 1 device not closed
> Task :runClient FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':runClient'.
> Process 'command 'C:\Program Files\Pylo\MCreator\jdk\bin\java.exe'' finished with non-zero exit value -1
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 2m 13s
10 actionable tasks: 3 executed, 7 up-to-date
BUILD FAILED
Task completed in 2 minutes and 13 seconds
So... I tried my second idea and... What the hell? Why old version can't open workspace that was updated to new version? What I should to do???
Try updating MCreator to 2022.1. Also I found solution, try to set higher number of Maximum Memory in Preferemnces > Gradle and Run. For example, I set number 3060.
actually, nevermind, I think the troublemaker is my procedure.
look at crash reports. in minecraft.
they say the procedure name that causes the problem. there you can check what is going on with the procedure