Topic category: Help with MCreator software
So I downloaded new Mcreator version 2020.2 and opened my workspace, when it tried to load I got this message in console, minecraft would not load.
Here's console output:
Executing Gradle task: runClient
Build info: MCreator 2020.2.13314, 1.14.4, 64-bit, 16314 MB, Windows 7, JVM 1.8.0_232, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
> Configure project :
New Dep: net.minecraftforge:forge:1.14.4-28.2.3_mapped_snapshot_20190719-1.14.3
> Task :compileJava
C:\Users\sprz�towo\Documents\RefreshedNether2\src\main\java\net\mcreator\refreshed_nether\command\PhCommand.java:28: error: cannot find symbol
private LiteralArgumentBuilder<CommandSource> customCommand() {
it's like this but for every mod instance i made, I really need help, and it's surely not the username fault because it worked in 2020.1 with this username.
I changed the path and there's less of these errors, they still appear though.
Im going to try the solutions from link you gave me.
Also in Mcreator workspace i have two gradle folders, one haves a dot at the beginning, which one do I delete?
Gradle folder in <user dir>/.mcreator
I deleted the cache folder, It didn't work, then I tried to delete Gradle folder, and same, it's still the same output, any other suggestions?
Try to delete entire gradle folder, create new workspace with same MC version, after the setup of this workspace is done, open your current workspace, reimport gradle project and then regenerate code and build.
Thank you! It worked! Im so glad I can go back and improve my mod!
You are welcome!