Topic category: Help with Minecraft modding (Java Edition)
Hello there!
I'm using MCreator version 2025.3 and fabric generator. I'm making mod for version 1.21.8.
I added music disc to my mod, but when I wanted to run it to check if everything working, I got this error.
Executing Gradle task: runClient
Build info: MCreator 2025.3.45720, fabric-1.21.8, 64-bit, 7599 MB, Windows 10, JVM 21.0.8, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2025-11-17-21:38:07
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Users\PC User\MCreatorWorkspaces\skhariba\build.gradle' line: 2
* What went wrong:
Plugin [id: 'fabric-loom', version: '1.11-SNAPSHOT'] was not found in any of the following sources:
- Gradle Core Plugins (not a core plugin. For more available plugins, please refer to https://docs.gradle.org/9.2.0/userguide/plugin_reference.html in the Gradle documentation.)
- Included Builds (No included builds contain this plugin)
- Plugin Repositories (could not resolve plugin artifact 'fabric-loom:fabric-loom.gradle.plugin:1.11-SNAPSHOT')
Searched in the following repositories:
Fabric(https://maven.fabricmc.net/)
MavenRepo
Gradle Central Plugin Repository
* 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 generate a Build Scan (powered by Develocity).
> Get more help at https://help.gradle.org.
BUILD FAILED in 3m 57s
BUILD FAILED
Task completed in 3 minutes and 57 seconds
Pleas help me figure out what happened and how to fix it. Before adding music disc everything worked well.