Started by
...-...___.'
on
Topic category: Help with MCreator software
When i start up my mod it doesn't work (with no popup), in the console I can see many resources can't be found.
For example
Caused by: org.gradle.internal.resolve.ModuleVersionResolveException: Could not resolve software.bernie.geckolib:geckolib-forge-1.16.5:3.0.17.
Required by:
project :
Caused by: org.gradle.internal.resolve.ModuleVersionResolveException: Could not resolve software.bernie.geckolib:geckolib-forge-1.16.5:3.0.17.
Caused by: org.gradle.api.resources.ResourceException: Could not get resource 'https://repo.repsy.io/mvn/gandiber/geckolib/software/bernie/geckolib/ge…'.
and if i copy and paste directly on a browser that's the response i get:
{"data":"diskUsageExceeded","errorCode":"3568b955-b5f5-4e14-8a1c-807be0d69f22","text":"Disk usage exceeded.","msgId":"diskUsageExceeded","type":"ERROR"}
It appears that the link is faulty, it could be an issue on their end but it's more likely that it's just a faulty link so try to find a new one.
This says disk usage exceeded, so im assuming you need to clear up disk space. Gradle doesn't even run in the first place without geckolib if you have too little disk space, so maybe the plugin requires a large amount of disk usage.
I'll have to test this theory, because I am also having this issue.
Maybe this tutorials about GeckoLib will help:
https://www.youtube.com/watch?v=UQyg5Ad5B-Q&t=530s
https://www.youtube.com/watch?v=t0vw4K-caUQ&t=98s
The problem is with the repository,