TerraBlender (Forge)

TerraBlender (Forge)

62M Downloads

"Service Unavailable" error when adding dependencies [Fabric 1.19.4]

ButterKing-28 opened this issue ยท 1 comments

commented

What's the issue you encountered?

When I restart gradle when setting up it pops up with an error:
Could not GET 'https://server.bbkr.space/artifactory/libs-release/com/github/glitchfiend/TerraBlender-fabric/1.19.4-2.2.0.168/TerraBlender-fabric-1.19.4-2.2.0.168.pom'. Received status code 503 from server: Service Unavailable

How can the issue be reproduced?

I just added it to my repo and dependencies (also on fabric)

Logs

n/a

Mod Version

2.2.0.168

Additional information

Here is what I put in:

repositories{
maven { url = 'https://maven.minecraftforge.net/' }
}

dependencies {
modImplementation 'com.github.glitchfiend:TerraBlender-fabric:1.19.4-2.2.0.168'
}

commented

Please ensure your build.gradle and settings.gradle files match those found in the example here https://github.com/Glitchfiend/TerraBlender/tree/TB-1.20-3.x.x/Example/Fabric