Hi I'm trying to make a minecraft mod by my own ve...
# community-support
w
Hi I'm trying to make a minecraft mod by my own very first time and I've met an issue while trying to run ./gradlew.bat build .\gradlew.bat : At line:1 char:1 + .\gradlew.bat build > build_output.txt 2>&1 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'RealRender'.
Could not resolve all artifacts for configuration 'classpath'.
> Could not find net.fabricmcfabric loom1.7.6. Searched in the following locations: - https://maven.fabricmc.net/net/fabricmc/fabric-loom/1.7.6/fabric-loom-1.7.6.pom - https://repo.maven.apache.org/maven2/net/fabricmc/fabric-loom/1.7.6/fab ric-loom-1.7.6.pom - https://plugins.gradle.org/m2/net/fabricmc/fabric-loom/1.7.6/fabric-loo m-1.7.6.pom Required by: buildscript of root project 'RealRender' * 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 6s and I tried using other version of gradle and it doesnt help I’m sorry for taking up your valuable time I know it might be a easy issue for you guys to solve. Thank you for your patience and guidance
c
looks like you have some dependency
net.fabricmc:fabric-loom:1.7.6.
and it can't be found. are you on vpn by chance? or are you sure that dep is available on the public web?
are you sure the dep isn't actually babric-loom?
looks like 1.7.6 of fabric-loom doesn't exist. check here: https://maven.fabricmc.net/net/fabricmc/fabric-loom/
☝️ 1
1.7.4 is latest of 1.7.x, but 1.9.x already exists. so maybe use that.
v
You meant 1.13.4 😉
😵‍💫 1
w
got it thanks for the help I'll try using 1.9.2 and java 21