Topic category: Help with Minecraft modding (Java Edition)
An error occurs when creating a project: workspace setup failed
I've tried a lot of things, cleared the cache and reinstalled. 3 Months ago everything was working
code:
Executing Gradle task: eclipse
Build info: MCreator 2024.2.32117, forge-1.20.1, 64-bit, 16321 MB, Windows 10, JVM 21.0.3, JAVA_HOME: C:\Program Files\Pylo\mceator2024.2\MCreator\jdk, started on: 2025-12-24-19:32:34
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'mod'.
> Could not resolve all artifacts for configuration ':classpath'.
> Could not download ForgeGradle-6.0.46.jar (net.minecraftforge.gradle:ForgeGradle:6.0.46)
> Could not get resource 'https://maven.minecraftforge.net/net/minecraftforge/gradle/ForgeGradle/…'.
> Read timed out
> Could not download artifactural-3.0.20.jar (net.minecraftforge:artifactural:3.0.20)
> Could not get resource 'https://maven.minecraftforge.net/net/minecraftforge/artifactural/3.0.20…'.
> Read timed out
> Could not download srgutils-0.5.10.jar (net.minecraftforge:srgutils:0.5.10)
> Could not get resource 'https://maven.minecraftforge.net/net/minecraftforge/srgutils/0.5.10/srg…'.
> Read timed out
> Could not download DiffPatch-2.0.12-all.jar (net.minecraftforge:DiffPatch:2.0.12)
> Could not get resource 'https://maven.minecraftforge.net/net/minecraftforge/DiffPatch/2.0.12/Di…'.
> Read timed out
* 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 1m 40s
BUILD FAILED
Task completed in 1 minute and 40 seconds